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