diff options
Diffstat (limited to 'util/modules/home/default.nix')
| -rw-r--r-- | util/modules/home/default.nix | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/util/modules/home/default.nix b/util/modules/home/default.nix deleted file mode 100644 index d48f5bc..0000000 --- a/util/modules/home/default.nix +++ /dev/null @@ -1,18 +0,0 @@ -{ ... }: - -{ - imports = [ - ./colors.nix - ./discord.nix - ./flameshot.nix - ./i3.nix - ./kitty.nix - ./mpv.nix - ./picom.nix - ./polybar.nix - ./rofi.nix - ./theme.nix - ./vscode.nix -# ./zsh.nix - ]; -} |