summaryrefslogtreecommitdiff
path: root/modules/nixos/des/i3wm.nix
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-24 13:57:44 +0100
committerNatasha Moongrave <natasha@256phi.eu>2026-03-24 13:57:44 +0100
commit640794a741177bb0bb1a0d161eb743f2bfed73ca (patch)
tree4b825dc642cb6eb9a060e54bf8d69288fbee4904 /modules/nixos/des/i3wm.nix
parentc4af2e03eb09a9b6566da1fd0c8be3e341e97463 (diff)
Removed everything
Diffstat (limited to 'modules/nixos/des/i3wm.nix')
-rw-r--r--modules/nixos/des/i3wm.nix20
1 files changed, 0 insertions, 20 deletions
diff --git a/modules/nixos/des/i3wm.nix b/modules/nixos/des/i3wm.nix
deleted file mode 100644
index 2d3d67f..0000000
--- a/modules/nixos/des/i3wm.nix
+++ /dev/null
@@ -1,20 +0,0 @@
-{ config, lib, pkgs, ... }:
-
-{
- services = {
- xserver = {
- enable = true;
- windowManager.i3.enable = true;
-
- # Czech QWERTZ layout (Czech "CZ" layout)
- xkb = {
- layout = "cz";
- options = "eurosign:e,caps:escape";
- };
- };
-
- picom = {
- enable = true;
- };
- };
-} \ No newline at end of file