1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: switch to numtide devshell; unify user stateVersion and system stateVersion

This commit is contained in:
oddlama 2023-09-04 16:15:25 +02:00
parent b5563fa841
commit 919381aa87
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
4 changed files with 102 additions and 16 deletions

View file

@ -16,7 +16,6 @@
];
home = {
inherit (config.system) stateVersion;
inherit (config.users.users.root) uid;
username = config.users.users.root.name;