chore: move programs to hm
This commit is contained in:
parent
10ced16609
commit
1ab697a444
2 changed files with 38 additions and 51 deletions
|
@ -111,7 +111,6 @@
|
||||||
nvidia-vaapi-driver
|
nvidia-vaapi-driver
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
|
||||||
|
|
||||||
users = {
|
users = {
|
||||||
defaultUserShell = pkgs.nushell;
|
defaultUserShell = pkgs.nushell;
|
||||||
|
@ -119,56 +118,6 @@
|
||||||
isNormalUser = true;
|
isNormalUser = true;
|
||||||
description = "notoh";
|
description = "notoh";
|
||||||
extraGroups = [ "networkmanager" "wheel" "disk" "video" ];
|
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
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
@ -24,6 +24,44 @@ imports = [
|
||||||
username = "notoh";
|
username = "notoh";
|
||||||
homeDirectory = "/home/notoh";
|
homeDirectory = "/home/notoh";
|
||||||
stateVersion = "23.05";
|
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
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
Loading…
Reference in a new issue