This commit is contained in:
TheCrazyInsanity
2026-01-08 15:39:33 +00:00
parent 6d04899436
commit 68f8144c18
6 changed files with 146 additions and 9 deletions

View File

@@ -1,4 +1,11 @@
{config, pkgs, lib, inputs, outputs, ...}:
{
config,
pkgs,
lib,
inputs,
outputs,
...
}:
{
# These both are probably always going to be the same, but I'll keep them local just in case:tm:
home.username = "laythe";
@@ -6,9 +13,10 @@
imports = [
../../home/default.nix
../../modules/kde/home.nix
];
home.stateVersion = "25.11";
home.stateVersion = "24.11";
programs.home-manager.enable = true;
}