diff options
author | lassulus <lassulus@lassul.us> | 2022-12-12 19:10:52 +0100 |
---|---|---|
committer | lassulus <lassulus@lassul.us> | 2022-12-12 19:10:52 +0100 |
commit | c0378866356b182206aa7ad47f1139cf37f697f4 (patch) | |
tree | ea3e3bbc78c78f39b2a8e123901867e1e68c21c7 /jeschli/1systems/reagenzglas/desktop.nix | |
parent | 86b05d76e3e3480cdb516d9551ab967d52c5b532 (diff) |
RIP jeschli
Diffstat (limited to 'jeschli/1systems/reagenzglas/desktop.nix')
-rw-r--r-- | jeschli/1systems/reagenzglas/desktop.nix | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/jeschli/1systems/reagenzglas/desktop.nix b/jeschli/1systems/reagenzglas/desktop.nix deleted file mode 100644 index 88eae08..0000000 --- a/jeschli/1systems/reagenzglas/desktop.nix +++ /dev/null @@ -1,25 +0,0 @@ -# Configuration for the desktop environment - -{ config, lib, pkgs, ... }: -{ - # Configure basic X-server stuff: - services.xserver = { - enable = true; - xkbOptions = "caps:super"; - exportConfiguration = true; - - displayManager.lightdm.enable = true; - }; - - # Configure fonts - fonts = { - fonts = with pkgs; [ - corefonts - font-awesome-ttf - noto-fonts-cjk - noto-fonts-emoji - powerline-fonts - helvetica-neue-lt-std - ]; - }; -} |