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
|
discord
|
||||||
flameshot
|
flameshot
|
||||||
vlc
|
vlc
|
||||||
|
warp-terminal
|
||||||
|
termius
|
||||||
|
obsidian
|
||||||
|
|
||||||
# cli
|
# cli
|
||||||
brightnessctl
|
brightnessctl
|
||||||
|
|
|
@ -5,7 +5,6 @@
|
||||||
security.wheelNeedsSudoPassword = false;
|
security.wheelNeedsSudoPassword = false;
|
||||||
system.packages = with pkgs; [
|
system.packages = with pkgs; [
|
||||||
ntfs3g
|
ntfs3g
|
||||||
warp-terminal
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -53,7 +53,6 @@ with config;
|
||||||
cpupower-gui
|
cpupower-gui
|
||||||
vscode
|
vscode
|
||||||
vivaldi
|
vivaldi
|
||||||
termius
|
|
||||||
gparted
|
gparted
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue