chore: move programs to hm

This commit is contained in:
notohh 2023-02-27 04:50:24 -05:00
parent 10ced16609
commit 1ab697a444
Signed by: notohh
GPG key ID: BD47506D475EE86D
2 changed files with 38 additions and 51 deletions

View file

@ -111,7 +111,6 @@
nvidia-vaapi-driver
];
};
};
users = {
defaultUserShell = pkgs.nushell;
@ -119,56 +118,6 @@
isNormalUser = true;
description = "notoh";
extraGroups = [ "networkmanager" "wheel" "disk" "video" ];
packages = with pkgs; [
# essential
firefox
neofetch
bitwarden
spotify-player
webcord
# dev
jetbrains.pycharm-community
# utility
btop
nvtop
obs-studio
pavucontrol
unzip
p7zip
etcher
virt-manager
imv
ani-cli
trackma
appimage-run
qbittorrent
gdu
cryptomator
gimp
chromium
obsidian
ventoy-bin-full
# gaming
wine
lutris
gamemode
gamescope
mangohud
bottles
osu-lazer-bin
runelite
prismlauncher
# fun stuff
cbonsai
pipes-rs
cmatrix
cava
hollywood
];
};
};

View file

@ -24,6 +24,44 @@ imports = [
username = "notoh";
homeDirectory = "/home/notoh";
stateVersion = "23.05";
packages = with pkgs; [
firefox
neofetch
bitwarden
discord
spotify-player
btop
nvtop
obs-studio
pavucontrol
unzip
p7zip
virt-manager
imv
appimage-run
qbittorrent
gdu
cryptomator
jetbrains.pycharm-community
chromium
obsidian
ventoy-bin-full
yt-dlp
wine
lutris
gamemode
gamescope
mangohud
bottles
osu-lazer-bin
runelite
prismlauncher
cbonsai
pipes-rs
cmatrix
cava
hollywood
];
};
}