diff --git a/hosts/tsuki/default.nix b/hosts/tsuki/default.nix index ef3c53a..9cc15f6 100755 --- a/hosts/tsuki/default.nix +++ b/hosts/tsuki/default.nix @@ -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 - ]; }; }; diff --git a/modules/home/home.nix b/modules/home/home.nix index 387f650..376d945 100755 --- a/modules/home/home.nix +++ b/modules/home/home.nix @@ -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 + ]; }; } \ No newline at end of file