mirror of
https://github.com/ryan4yin/nix-config.git
synced 2026-03-27 03:41:30 +01:00
fix: missing base packages - linux
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
imports = [
|
||||
../base/server
|
||||
|
||||
./server
|
||||
./base
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
|
||||
@@ -4,10 +4,11 @@
|
||||
imports = [
|
||||
../base/desktop
|
||||
|
||||
./hyprland
|
||||
|
||||
./base
|
||||
./fcitx5
|
||||
./desktop
|
||||
|
||||
./hyprland
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
|
||||
@@ -4,11 +4,12 @@
|
||||
imports = [
|
||||
../base/desktop
|
||||
|
||||
./i3
|
||||
|
||||
./base
|
||||
./fcitx5
|
||||
./desktop
|
||||
];
|
||||
|
||||
./i3
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the
|
||||
# paths it should manage.
|
||||
|
||||
Reference in New Issue
Block a user