188 current 2025-06-06 18:54:16 25.11.20250605.d3d2d80 6.15.1 *

This commit is contained in:
2025-06-06 18:55:41 -04:00
parent 66c4d33550
commit 40bcf42094
13 changed files with 762 additions and 299 deletions

13
hosts/ichigo/home.nix Normal file
View File

@@ -0,0 +1,13 @@
{
config,
pkgs,
...
}: {
imports = [
../../home/desktop.nix
../../home/hypr.nix
../../home/plasma.nix
];
home.stateVersion = "24.11";
}