Fix imports
This commit is contained in:
parent
c8daed198a
commit
e9fe94438b
4 changed files with 30 additions and 18 deletions
20
users/functionalhacker/programs/configuration.nix
Normal file
20
users/functionalhacker/programs/configuration.nix
Normal file
|
@ -0,0 +1,20 @@
|
|||
{ ... }:
|
||||
|
||||
|
||||
{
|
||||
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
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue