Replace uses of home-manager.

This commit is contained in:
Tom Alexander
2025-08-10 15:34:29 -04:00
parent c947def321
commit f4338ec8df
21 changed files with 114 additions and 215 deletions

View File

@@ -2,7 +2,6 @@
config,
lib,
pkgs,
home-manager,
...
}:
@@ -79,11 +78,11 @@
];
# me.install.user.file.talexander.".local/nixcfg" = ./README.org;
me.install.user.talexander.file.".local/nixcfg" = {
source = ./roles;
recursive = true;
method = "overwrite";
};
# me.install.user.talexander.file.".local/nixcfg" = {
# source = ./roles;
# # recursive = true;
# # method = "overwrite";
# };
nix.settings.experimental-features = [
"nix-command"
@@ -130,21 +129,6 @@
];
};
users.groups.talexander.gid = 11235;
home-manager.users.talexander =
{ pkgs, ... }:
{
# The state version is required and should stay at the version you
# originally installed.
home.stateVersion = "24.11";
};
home-manager.users.root =
{ pkgs, ... }:
{
# The state version is required and should stay at the version you
# originally installed.
home.stateVersion = "24.11";
};
# Automatic garbage collection
nix.gc = lib.mkIf (!config.me.buildingIso) {