Move programs to user istead of system

This commit is contained in:
2025-03-01 12:46:22 +01:00
parent ad518b9be6
commit b2bc33561a
2 changed files with 3 additions and 3 deletions

View File

@@ -51,6 +51,9 @@
packages = [ packages = [
(pkgs.nerdfonts.override { fonts = [ "SourceCodePro" ]; }) (pkgs.nerdfonts.override { fonts = [ "SourceCodePro" ]; })
pkgs.discord
pkgs.spotify
]; ];
}; };

View File

@@ -123,9 +123,6 @@
papirus-icon-theme papirus-icon-theme
# Menu kind # Menu kind
xfce.xfce4-whiskermenu-plugin xfce.xfce4-whiskermenu-plugin
# Spotify
spotify
]; ];
# This value determines the NixOS release from which the default # This value determines the NixOS release from which the default