This commit is contained in:
Miguel Palhas
2026-03-26 14:30:47 +00:00
parent 6c397bc61a
commit 6f67e5f451
25 changed files with 93 additions and 620 deletions
-7
View File
@@ -8,8 +8,6 @@
}:
{
imports = [
inputs.nix-colors.homeManagerModule
inputs.nixvim.homeModules.nixvim
../common/programs/default.nix
../common/programs/desktop
../common/programs/zen-browser.nix
@@ -49,9 +47,4 @@
programs.noctalia-shell.settings.bar = {
density = "comfortable";
};
home = {
username = lib.mkDefault "naps62";
stateVersion = lib.mkDefault "24.05";
};
}