aboutsummaryrefslogtreecommitdiff
path: root/modules/nixos
diff options
context:
space:
mode:
authorNatasha Moongrave <natasha@256phi.eu>2026-03-31 12:31:18 +0200
committerNatasha Moongrave <natasha@256phi.eu>2026-03-31 12:31:18 +0200
commit914b65cbf013283c727c21dd734422a072e442a3 (patch)
tree918a777b4d7e770445a84494b558ea4f0947bb18 /modules/nixos
parenta9d265475915636393b89edca99ddf2ba3fde2eb (diff)
Removed old left voer i3 de config
Diffstat (limited to 'modules/nixos')
-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