diff options
| -rw-r--r-- | modules/nixos/des/i3wm.nix | 20 |
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 |
