refactor: remove unnecessary home.nix import

This commit is contained in:
2024-10-21 17:16:47 +05:30
parent 57ff22235e
commit 7ba6e0362e
6 changed files with 0 additions and 21 deletions

View File

@ -1,7 +1,3 @@
{...}: {
imports = [
../common/home.nix
];
home.stateVersion = "24.11";
}