Commit adc367df8c25
Changed files (2)
envs
machine
envs/remote-dev.nix
@@ -1,4 +1,4 @@
-{ ... }:
+{...}:
{
imports = [
machine/wakasu.nix
@@ -22,8 +22,10 @@
{ domain = "@audio"; item = "nofile"; type = "-"; value = "99999"; }
];
- home-manager.users.vincent = import ../envs/wakasu.nix {
- inherit pkgs; prefix = config.users.users.vincent.home;
+ home-manager.users.vincent = {...}: {
+ imports = [
+ ../envs/wakasu.nix
+ ];
};
boot.loader.systemd-boot.enable = true;