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