Transfer programs from system to user and added some other programs

Transfer the following programs from system nix config to home-manager:
hyprshutdown, wlogout, grim, slurp, ignition, brave, and kitty. Added
blender, llama-cpp, and the pi agent harness.
This commit is contained in:
Eriq Taing
2026-09-05 11:31:47 -04:00
parent 3a82ed8079
commit 5f5e4ae31a
+16 -1
View File
@@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
imports = [ imports = [
@@ -76,6 +76,14 @@
''; '';
}) })
awww awww
llama-cpp-rocm
pi-coding-agent
blender
hyprshutdown
wlogout
grim
slurp
ignition
]; ];
# theming # theming
@@ -152,6 +160,13 @@
}; };
}; };
libreoffice.enable = true; libreoffice.enable = true;
brave.enable = true;
kitty = true;
};
nixpkgs.config = {
allowUnfree = true;
rocmSupport = true;
}; };
# Home Manager is pretty good at managing dotfiles. The primary way to manage # Home Manager is pretty good at managing dotfiles. The primary way to manage