parent
f037d1dd80
commit
2637817c9c
20 changed files with 8 additions and 12 deletions
|
|
@ -1,30 +0,0 @@
|
|||
{ inputs
|
||||
, pkgs
|
||||
, ...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
# ./configuration
|
||||
];
|
||||
|
||||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
};
|
||||
};
|
||||
|
||||
home = {
|
||||
username = "admin";
|
||||
homeDirectory = "/home/admin";
|
||||
|
||||
# !!! DO NOT TOUCH !!!
|
||||
stateVersion = "26.05";
|
||||
};
|
||||
|
||||
# Enable essential programs.
|
||||
programs.home-manager.enable = true;
|
||||
|
||||
# Nicely reload user system units when changed.
|
||||
systemd.user.startServices = "sd-switch";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue