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.
20 lines
248 B
Nix
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
|
|
];
|
|
}
|