summaryrefslogtreecommitdiff
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/common.nix9
-rw-r--r--hosts/niuwux/default.nix26
2 files changed, 24 insertions, 11 deletions
diff --git a/hosts/common.nix b/hosts/common.nix
index bb92ba9..d8b8ba0 100644
--- a/hosts/common.nix
+++ b/hosts/common.nix
@@ -84,15 +84,6 @@
LC_TIME = "en_IN";
};
- services.displayManager.ly = {
- enable = true;
- x11Support = false;
- settings = {
- load = true;
- save = true;
- };
- };
-
security.pam.services.ly.enableGnomeKeyring = true;
security.pam.services.login.enableGnomeKeyring = true;
diff --git a/hosts/niuwux/default.nix b/hosts/niuwux/default.nix
index 02a98d4..5d6c199 100644
--- a/hosts/niuwux/default.nix
+++ b/hosts/niuwux/default.nix
@@ -15,12 +15,34 @@
./hardware-configuration.nix
(import ../common.nix { inherit user; })
beeMods
+ inputs.beevim.nixosModules.default
];
+ wrappers.neovim.enable = true;
+
boot.kernelPackages = pkgs.linuxPackages_zen;
programs.dconf.enable = true;
+ services.displayManager.noctalia-greeter = {
+ enable = true;
+ settings = {
+ cursor = {
+ theme = "Bibata-Modern-Ice";
+ size = 24;
+ path = "${pkgs.bibata-cursors}/share/icons";
+ };
+ };
+ };
+ services.displayManager.ly = {
+ enable = false;
+ x11Support = false;
+ settings = {
+ load = true;
+ save = true;
+ };
+ };
+
zramSwap = {
enable = true;
algorithm = "zstd";
@@ -66,7 +88,7 @@
# capSysNice = true;
};
programs.steam = {
- enable = true;
+ enable = false;
protontricks.enable = true;
gamescopeSession.enable = false;
remotePlay.openFirewall = true;
@@ -93,7 +115,7 @@
networking.hostName = hostname;
networking.firewall.allowedTCPPorts = [ ];
- networking.firewall.allowedUDPPorts = [ ];
+ networking.firewall.allowedUDPPorts = [ 43210 ];
networking.firewall.enable = true;
programs.direnv.enable = true;