fix(lain): Use new-style user configs
This commit is contained in:
@@ -29,8 +29,6 @@
|
|||||||
|
|
||||||
homeConfiguration = { config, lib, pkgs, ... }: {
|
homeConfiguration = { config, lib, pkgs, ... }: {
|
||||||
imports = [
|
imports = [
|
||||||
../crumb/programs/nvim.nix
|
|
||||||
../crumb/programs/git.nix
|
|
||||||
./files.nix
|
./files.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
@@ -52,6 +50,8 @@
|
|||||||
".ssh"
|
".ssh"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
users.crumb.git.enable = true;
|
||||||
|
users.crumb.nvim.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
# Don't touch!
|
# Don't touch!
|
||||||
|
|||||||
Reference in New Issue
Block a user