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

@ -1,8 +1,16 @@
{
{config, ...}: {
home-manager = {
useGlobalPkgs = true;
useUserPackages = true;
verbose = true;
sharedModules = [
{
home.stateVersion = config.system.stateVersion;
}
];
extraSpecialArgs = {
nixosConfig = config;
};
};
# Required even when using home-manager's zsh module since the /etc/profile load order