[home] split out home-manager from configuration

This commit is contained in:
2024-06-28 03:04:24 +08:00
parent 28810c407b
commit 6f9de6434c
8 changed files with 23 additions and 18 deletions
+1 -8
View File
@@ -73,6 +73,7 @@
v2raya # Only for Chinese user
# Nix related
home-manager
nix-output-monitor
nixd
nixpkgs-fmt
@@ -171,14 +172,6 @@
# Enable the OpenSSH daemon.
services.openssh.enable = true;
system.stateVersion = "23.11";
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"vscode"
"code"
"qq"
"feishu"
];
}