Move electron apps and terminal guis to home manager
This commit is contained in:
parent
5b28b2e5be
commit
5e946630b6
3 changed files with 3 additions and 2 deletions
|
@ -29,6 +29,9 @@ with config;
|
|||
discord
|
||||
flameshot
|
||||
vlc
|
||||
warp-terminal
|
||||
termius
|
||||
obsidian
|
||||
|
||||
# cli
|
||||
brightnessctl
|
||||
|
|
|
@ -5,7 +5,6 @@
|
|||
security.wheelNeedsSudoPassword = false;
|
||||
system.packages = with pkgs; [
|
||||
ntfs3g
|
||||
warp-terminal
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -53,7 +53,6 @@ with config;
|
|||
cpupower-gui
|
||||
vscode
|
||||
vivaldi
|
||||
termius
|
||||
gparted
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue