Skip to content

Commit 2255486

Browse files
committed
add waypipe
1 parent 4c9205b commit 2255486

File tree

3 files changed

+7
-0
lines changed

3 files changed

+7
-0
lines changed

desktop/configuration/users.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
openssh.authorizedKeys.keys = [
1111
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIAf5Y0VAO2dyCseCQ0gyNaTUIzNJj885bYyX03v0vSS4 makano@nixos"
1212
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIGFpzbhkbHB3jZPdMKuNRBjAgsslCeILJE+BmSYWcht1 makano@Dush"
13+
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIEkBfTf9i6kG6P+HGWN3ghszdxQYmXzxllIlxPkwuyCo codebam@nixos-desktop" # nixos-desktop
1314
];
1415
};
1516
}

desktop/makano-home.nix

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
enable = true;
1212
targets = {
1313
qt.enable = false;
14+
librewolf.profileNames = ["default"];
1415
};
1516
};
1617

@@ -44,6 +45,9 @@
4445
};
4546

4647
programs = {
48+
librewolf = {
49+
enable = true;
50+
};
4751
carapace = {
4852
enable = true;
4953
enableNushellIntegration = true;

modules/system/environment.nix

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,8 @@
2626
unzip
2727
zip
2828
_7zz
29+
# Wayland forwarding over SSH
30+
waypipe
2931
(inputs.agenix.packages.${pkgs.stdenv.hostPlatform.system}.default.override {
3032
ageBin = "PATH=$PATH:${lib.makeBinPath [ pkgs.age-plugin-yubikey ]} ${pkgs.rage}/bin/rage";
3133
})

0 commit comments

Comments
 (0)