remove unnecessary module

This commit is contained in:
2024-05-10 03:59:24 +05:30
parent c515350126
commit ea34b0c281

View File

@ -80,7 +80,6 @@
home-manager.users.${username} = {
imports = [
./modules/home-manager
./home/tux
];
};
}
@ -99,7 +98,6 @@
home-manager.users.${username} = {
imports = [
./modules/home-manager
./home/tux
];
};
}