Merge branch 'rpi'
This commit is contained in:
commit
507354331b
3 changed files with 64 additions and 14 deletions
3
home.nix
3
home.nix
|
|
@ -1,4 +1,4 @@
|
|||
{ pkgs, lib, cfg, ... }:
|
||||
{ pkgs, lib, ... }:
|
||||
let
|
||||
hostname = lib.fileContents /etc/hostname;
|
||||
user = builtins.getEnv "USER";
|
||||
|
|
@ -9,5 +9,6 @@ in
|
|||
(import ./rice.nix)
|
||||
];
|
||||
imports = [host_config ];
|
||||
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue