aboutsummaryrefslogtreecommitdiff
path: root/user/wm/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'user/wm/default.nix')
-rw-r--r--user/wm/default.nix18
1 files changed, 0 insertions, 18 deletions
diff --git a/user/wm/default.nix b/user/wm/default.nix
deleted file mode 100644
index dc9c394..0000000
--- a/user/wm/default.nix
+++ /dev/null
@@ -1,18 +0,0 @@
-{ config, pkgs, ... }:
-{
- imports = [
- ./foot.nix
- ./fuzzel.nix
- ./librewolf.nix
- ./niri
- ];
-
- fonts.fontconfig.enable = true;
- home.packages = with pkgs; [
- brightnessctl
- fira-code
- keepassxc
- krita
- xwayland-satellite
- ];
-}