Move electron apps and terminal guis to home manager

This commit is contained in:
Joseph Hanson 2024-07-01 13:55:08 -05:00
parent 5b28b2e5be
commit 5e946630b6
Signed by: jahanson
SSH key fingerprint: SHA256:vy6dKBECV522aPAwklFM3ReKAVB086rT3oWwiuiFG7o
3 changed files with 3 additions and 2 deletions

View file

@ -29,6 +29,9 @@ with config;
discord discord
flameshot flameshot
vlc vlc
warp-terminal
termius
obsidian
# cli # cli
brightnessctl brightnessctl

View file

@ -5,7 +5,6 @@
security.wheelNeedsSudoPassword = false; security.wheelNeedsSudoPassword = false;
system.packages = with pkgs; [ system.packages = with pkgs; [
ntfs3g ntfs3g
warp-terminal
]; ];
}; };

View file

@ -53,7 +53,6 @@ with config;
cpupower-gui cpupower-gui
vscode vscode
vivaldi vivaldi
termius
gparted gparted
]; ];