Further nixifying the shell

This commit is contained in:
Lyes Saadi 2025-08-14 18:45:01 +02:00
parent e6c2a77ad3
commit 06101a3e35
Signed by: lyes
GPG key ID: 55A1D803917CF39A
9 changed files with 86 additions and 25 deletions

View file

@ -36,5 +36,5 @@
# Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "22.11"; # Did you read the comment?
home-manager.users.lyes.home.stateVersion = config.system.stateVersion;
# home-manager.users.lyes.home.stateVersion = config.system.stateVersion;
}