added superfile to homemanager
This commit is contained in:
parent
fb8665ef70
commit
54eb941306
5 changed files with 23 additions and 7 deletions
|
|
@ -13,6 +13,7 @@
|
|||
./zoxide.nix
|
||||
./zsh.nix
|
||||
./ssh.nix
|
||||
./superfile.nix
|
||||
];
|
||||
speccon18.hm.alacritty.enable = true;
|
||||
speccon18.hm.direnv.enable = true;
|
||||
|
|
@ -26,6 +27,7 @@
|
|||
speccon18.hm.zsh.enable = true;
|
||||
speccon18.hm.rio.enable = false;
|
||||
speccon18.hm.ssh.enable = true;
|
||||
speccon18.hm.superfile.enable = true;
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
# manage.
|
||||
home = {
|
||||
|
|
@ -48,6 +50,7 @@
|
|||
gimp
|
||||
vlc
|
||||
atuin
|
||||
superfile
|
||||
#rio
|
||||
#imgcat
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue