more fragmentation of HM config
This commit is contained in:
@@ -49,6 +49,7 @@
|
||||
./hosts/generic/unfree_allow.nix
|
||||
./hosts/Aphelion/hardware-Aphelion.nix
|
||||
./hosts/Aphelion/nvidia.nix
|
||||
./hosts/Aphelion/sunshine.nix
|
||||
./desktop/gnome.nix
|
||||
./misc/disable_suspend.nix
|
||||
./home/yaroslav/steam.nix
|
||||
@@ -58,6 +59,7 @@
|
||||
home-manager.users.yaroslav = {
|
||||
imports = [
|
||||
./home/yaroslav/Aphelion/Aphelion.nix
|
||||
./home/yaroslav/home_gui.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -52,29 +52,19 @@ in
|
||||
"steam"
|
||||
];
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
mc
|
||||
htop
|
||||
yt-dlp
|
||||
zsh-powerlevel10k
|
||||
meslo-lgs-nf
|
||||
keepassxc
|
||||
remmina
|
||||
nekoray
|
||||
python3
|
||||
prismlauncher
|
||||
kdePackages.kcalc
|
||||
ayugram-desktop
|
||||
distrobox
|
||||
thunderbird
|
||||
scrcpy
|
||||
android-tools
|
||||
linux-wifi-hotspot
|
||||
nmap
|
||||
nil
|
||||
obs-studio
|
||||
nicotine-plus
|
||||
qbittorrent
|
||||
];
|
||||
|
||||
xdg.enable = true;
|
||||
|
||||
@@ -0,0 +1,14 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
firefox
|
||||
keepassxc
|
||||
remmina
|
||||
prismlauncher
|
||||
kdePackages.kcalc
|
||||
obs-studio
|
||||
nicotine-plus
|
||||
qbittorrent
|
||||
vscode-fhs
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user