fix: missing base packages - linux

This commit is contained in:
Ryan Yin
2023-07-16 00:37:49 +08:00
parent 95d9cd0a27
commit 1b5a415d7a
3 changed files with 8 additions and 6 deletions
+1 -1
View File
@@ -4,7 +4,7 @@
imports = [ imports = [
../base/server ../base/server
./server ./base
]; ];
# Home Manager needs a bit of information about you and the # Home Manager needs a bit of information about you and the
+3 -2
View File
@@ -4,10 +4,11 @@
imports = [ imports = [
../base/desktop ../base/desktop
./hyprland ./base
./fcitx5 ./fcitx5
./desktop ./desktop
./hyprland
]; ];
# Home Manager needs a bit of information about you and the # Home Manager needs a bit of information about you and the
+4 -3
View File
@@ -4,11 +4,12 @@
imports = [ imports = [
../base/desktop ../base/desktop
./i3 ./base
./fcitx5 ./fcitx5
./desktop ./desktop
];
./i3
];
# Home Manager needs a bit of information about you and the # Home Manager needs a bit of information about you and the
# paths it should manage. # paths it should manage.