nixos/modules/home-manager/homepackages.nix
Jack Mechem f53a991884 Desktop config updates
Programs Added (off the top of my head):
    - spotify
    - printer stuff
    Files Added:
    - print.nix
    Important Changes:
    - Lowered linux kernel version on desktop to 6.6 as the upstream
      kernel was causing the system to restart spontaneously - most
      likely a bug with Gigabyte Z790 UD boards. The t480 config still
      uses the upstream kernel.
2025-12-05 13:02:47 -08:00

20 lines
248 B
Nix

{ pkgs, ... }:
{
home.packages = with pkgs; [
pkgs.sway-contrib.grimshot
waypaper
hyprpaper
swaybg
lua-language-server
nil
nixfmt-rfc-style
stylua
lunar-client
discord
spotify
pavucontrol
];
}