Compare commits

...

2 commits

Author SHA1 Message Date
Katherina Walshe-Grey 785184c7ef [tohru] Install Thunderbird 2024-06-14 23:02:59 +01:00
Katherina Walshe-Grey a558fb0324 [tohru] Enable joycond 2024-06-14 15:41:33 +01:00
3 changed files with 9 additions and 1 deletions

View file

@ -6,4 +6,11 @@
remotePlay.openFirewall = true; remotePlay.openFirewall = true;
dedicatedServer.openFirewall = true; dedicatedServer.openFirewall = true;
}; };
services.joycond.enable = true;
# Currently broken:
# environment.systemPackages = with pkgs; [
# itch
# ];
} }

View file

@ -6,7 +6,7 @@
./hardware-configuration.nix ./hardware-configuration.nix
./home.nix ./home.nix
../../common/fonts.nix ../../common/fonts.nix
../../common/steam.nix ../../common/gaming.nix
]; ];
boot.loader.systemd-boot.enable = true; boot.loader.systemd-boot.enable = true;

View file

@ -14,6 +14,7 @@
bitwarden bitwarden
foliate foliate
keepassxc keepassxc
thunderbird
tor-browser-bundle-bin tor-browser-bundle-bin
]; ];
programs.chromium.enable = true; programs.chromium.enable = true;