diff --git a/hosts/neodymium/configuration.nix b/hosts/neodymium/configuration.nix index 5a491e2..4727393 100644 --- a/hosts/neodymium/configuration.nix +++ b/hosts/neodymium/configuration.nix @@ -37,6 +37,9 @@ in { boot.loader.systemd-boot.enable = true; boot.loader.efi.canTouchEfiVariables = true; + # enable NTFS disk mounting + boot.supportedFilesystems = [ "ntfs" ]; + # clean /tmp at each boot boot.cleanTmpDir = true; @@ -114,7 +117,6 @@ in { slurp waybar pamixer - swaylock swayidle wl-clipboard @@ -313,6 +315,12 @@ in { }; }; + programs.swaylock = { + settings = { }; + # enable = true; + # package = pkgs.swaylock-effects; + }; + wayland.windowManager.sway = { enable = true; config = rec {