diff options
| author | Natasha Moongrave <natasha@256phi.eu> | 2026-04-06 17:05:10 +0200 |
|---|---|---|
| committer | Natasha Moongrave <natasha@256phi.eu> | 2026-04-06 17:05:10 +0200 |
| commit | 39429f17a2c91a23afb0dedc7a730b0e8c364d8e (patch) | |
| tree | 5bd08b8d928b329fd7f47931b44576b97e13886f /home/rices/cassette-futurism | |
| parent | 914fbb895e9c7b66add086ccab70a3eaa962e7b5 (diff) | |
Enabled fluxbox
Diffstat (limited to 'home/rices/cassette-futurism')
| -rw-r--r-- | home/rices/cassette-futurism/fluxbox.nix | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/home/rices/cassette-futurism/fluxbox.nix b/home/rices/cassette-futurism/fluxbox.nix new file mode 100644 index 0000000..a8e7aa6 --- /dev/null +++ b/home/rices/cassette-futurism/fluxbox.nix @@ -0,0 +1,5 @@ +{...}: { + services.xserver.windowManager.fluxbox = { + enable = true; + }; +} |
