moved apps to programs in home-manager

This commit is contained in:
2025-04-01 10:38:41 -07:00
parent 2ac729b234
commit 8b8b4f9201
2 changed files with 25 additions and 39 deletions

View File

@@ -119,38 +119,6 @@
#packages = [ inputs.home-manager.packages.${pkgs.system}.default ];
packages = with pkgs; [
#apps
bambu-studio
brave
jellyfin-media-player
kdePackages.bluedevil
kdePackages.bluez-qt
kdePackages.kate
kdePackages.kdeconnect-kde
kdePackages.oxygen-sounds
kdePackages.partitionmanager
libreoffice-still
localsend
lutris-unwrapped
moonlight-qt
nix-ld
obsidian
pandoc
prismlauncher
protonplus
protonup-qt
qFlipper
r2modman
remmina
signal-desktop
spice
steam
steamcmd
vesktop
vlc
vscode
wireshark
yubikey-agent
# ciscoPacketTracer8
#cli
bat
btop

View File

@@ -9,17 +9,41 @@
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello
bambu-studio
brave
jellyfin-media-player
kdePackages.bluedevil
kdePackages.bluez-qt
kdePackages.kate
kdePackages.kdeconnect-kde
kdePackages.oxygen-sounds
kdePackages.partitionmanager
libreoffice-still
localsend
lutris-unwrapped
meld
melonDS
moonlight-qt
nestopia-ue
nix-ld
obsidian
pandoc
prismlauncher
protonplus
protonup-qt
qFlipper
r2modman
remmina
signal-desktop
spice
steam
steamcmd
swww
vesktop
vlc
vscode
wireshark
yubikey-agent
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
@@ -34,12 +58,6 @@
# '')
];
programs.kitty = {
enable = true;
themeFile = "Earthsong";
shellIntegration.enableZshIntegration = true;
};
programs.waybar = {
enable = true;
};