diff --git a/users/functionalhacker/home.nix b/users/functionalhacker/home.nix index ca944cbc..216ea088 100644 --- a/users/functionalhacker/home.nix +++ b/users/functionalhacker/home.nix @@ -2,7 +2,19 @@ { imports = [ - ./programs/default.nix + ./bat.nix + ./eza.nix + ./firefox.nix + ./fzf.nix + ./git.nix + ./gnome.nix + ./gpg.nix + ./neovim.nix + ./pass.nix + ./ripgrep.nix + ./ssh.nix + ./zellij.nix + ./zsh.nix ]; home = { diff --git a/users/functionalhacker/programs/default.nix b/users/functionalhacker/programs/default.nix deleted file mode 100644 index 2bb46dd4..00000000 --- a/users/functionalhacker/programs/default.nix +++ /dev/null @@ -1,19 +0,0 @@ -{ ... }: - -{ - imports = [ - ./bat.nix - ./eza.nix - ./firefox.nix - ./fzf.nix - ./git.nix - ./gnome.nix - ./gpg.nix - ./neovim.nix - ./pass.nix - ./ripgrep.nix - ./ssh.nix - ./zellij.nix - ./zsh.nix - ]; -}