diff options
| author | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-03-18 15:52:33 -0400 |
|---|---|---|
| committer | Stefan Weigl-Bosker <stefan@s00.xyz> | 2026-03-18 15:52:33 -0400 |
| commit | 02b143f5342cc5354e669ca5e214d7ae464b1888 (patch) | |
| tree | c37aa38e4fa640e83f8e63bc7d67b796c9df83e9 /fw | |
| parent | 3d4fdb83cca2d16d064eef02aaedb2fdc7e7ace7 (diff) | |
| download | home-02b143f5342cc5354e669ca5e214d7ae464b1888.tar.gz | |
modules: various fixes
Diffstat (limited to 'fw')
| -rw-r--r-- | fw/configuration.nix | 1 | ||||
| -rw-r--r-- | fw/home.nix | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fw/configuration.nix b/fw/configuration.nix index 34ae73e..70a76ec 100644 --- a/fw/configuration.nix +++ b/fw/configuration.nix @@ -23,7 +23,6 @@ ]; services.openssh.enable = true; - programs.light.enable = true; services.xserver = { enable = true; displayManager = { diff --git a/fw/home.nix b/fw/home.nix index 1e7fc63..f905e76 100644 --- a/fw/home.nix +++ b/fw/home.nix @@ -29,7 +29,6 @@ extraPackages = with pkgs; [ wmenu cmatrix - wayneko pfetch nicotine-plus mpc |