nixos: enable bluetooth module
This commit is contained in:
parent
794fb16445
commit
05274f898b
5 changed files with 16 additions and 5 deletions
|
|
@ -4,7 +4,6 @@
|
|||
osConfig,
|
||||
...
|
||||
}: let
|
||||
inherit (lib) mkDefault;
|
||||
inherit (osConfig.ooknet.host) admin;
|
||||
in {
|
||||
programs.home-manager.enable = true;
|
||||
|
|
@ -13,7 +12,7 @@ in {
|
|||
home = {
|
||||
username = admin.name;
|
||||
homeDirectory = "/home/${config.home.username}";
|
||||
stateVersion = mkDefault "22.05";
|
||||
stateVersion = "22.05";
|
||||
sessionPath = ["${config.home.homeDirectory}/.local/bin"];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue