Merge branch 'rpi'

This commit is contained in:
Filippo Berto 2021-10-25 23:36:27 +02:00
commit 507354331b
3 changed files with 64 additions and 14 deletions

View file

@ -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;
}