Replace uses of home-manager.
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user