Added a missing import

This commit is contained in:
Alexandre1a 2025-12-29 14:12:27 +01:00
parent ceee476d37
commit 8eb9089a59
No known key found for this signature in database
GPG Key ID: CE01C28FBC5EEF10

View File

@ -2,7 +2,9 @@
{ {
# Refer to the nixOS host for info about home-manager # Refer to the nixOS host for info about home-manager
# inherit commonHome; imports = [
../common/home.nix
];
home.stateVersion = "25.11"; home.stateVersion = "25.11";
# Allow unfree packages # Allow unfree packages