File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed
Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 1111 enable = true ;
1212 targets = {
1313 qt . enable = false ;
14+ librewolf . profileNames = [ "default" ] ;
1415 } ;
1516 } ;
1617
4445 } ;
4546
4647 programs = {
48+ librewolf = {
49+ enable = true ;
50+ } ;
4751 carapace = {
4852 enable = true ;
4953 enableNushellIntegration = true ;
Original file line number Diff line number Diff line change 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 } )
You can’t perform that action at this time.
0 commit comments