diff options
Diffstat (limited to 'modules/nixos')
| -rw-r--r-- | modules/nixos/binary-cache.nix | 8 | ||||
| -rw-r--r-- | modules/nixos/hyprland.nix | 4 |
2 files changed, 6 insertions, 6 deletions
diff --git a/modules/nixos/binary-cache.nix b/modules/nixos/binary-cache.nix index 609a5dc..c0aa087 100644 --- a/modules/nixos/binary-cache.nix +++ b/modules/nixos/binary-cache.nix @@ -1,8 +1,8 @@ {config, ... }: { - services.nix-serve = { - enable = true; - secretKeyFile = "/var/secrets/cache-private-key.pem"; - }; + # services.nix-serve = { + # enable = true; + # secretKeyFile = "/var/secrets/cache-private-key.pem"; + # }; services.nginx = { enable = true; diff --git a/modules/nixos/hyprland.nix b/modules/nixos/hyprland.nix index 4a446c1..0abf02d 100644 --- a/modules/nixos/hyprland.nix +++ b/modules/nixos/hyprland.nix @@ -75,7 +75,7 @@ hyprpicker # color picker wf-recorder # screen recording - kdePackages.xwaylandvideobridge # lets xwayland programs see wayland applications for screensharing + # kdePackages.xwaylandvideobridge # lets xwayland programs see wayland applications for screensharing grim # taking screenshots slurp # selecting a region to screenshot # TODO replace by 'flameshot gui --raw | wl-copy' @@ -88,7 +88,7 @@ # audio alsa-utils # provides amixer/alsamixer/... mpd # for playing system sounds - mpc-cli # command-line pmd client + mpc # command-line pmd client ncmpcpp # a mpd client with a UI networkmanagerapplet # provide GUI app: nm-connection-editor |
