summaryrefslogtreecommitdiff
path: root/modules/nixos
diff options
context:
space:
mode:
authorDevin Finlinson <devin.finlinson@pm.me>2025-12-05 13:59:04 -0700
committerDevin Finlinson <devin.finlinson@pm.me>2025-12-05 13:59:04 -0700
commit20e19407fdda236840e6afa5edeef49f9c0dbece (patch)
treedabc91a1db5e2896d615da56f49ef8190babe481 /modules/nixos
parent5a2f357efb76b7adfcb361c560ae6706f225bbcc (diff)
upgrade major version to 25.11
Diffstat (limited to 'modules/nixos')
-rw-r--r--modules/nixos/binary-cache.nix8
-rw-r--r--modules/nixos/hyprland.nix4
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