From 1b5a415d7aaf66c0a9b6f2c5aec59c87c633c5fd Mon Sep 17 00:00:00 2001 From: Ryan Yin Date: Sun, 16 Jul 2023 00:37:49 +0800 Subject: [PATCH] fix: missing base packages - linux --- home/linux/server.nix | 2 +- home/linux/wayland.nix | 5 +++-- home/linux/x11.nix | 7 ++++--- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/home/linux/server.nix b/home/linux/server.nix index 082e3911..2fb0bd89 100644 --- a/home/linux/server.nix +++ b/home/linux/server.nix @@ -4,7 +4,7 @@ imports = [ ../base/server - ./server + ./base ]; # Home Manager needs a bit of information about you and the diff --git a/home/linux/wayland.nix b/home/linux/wayland.nix index 84c209b0..47a3276c 100644 --- a/home/linux/wayland.nix +++ b/home/linux/wayland.nix @@ -4,10 +4,11 @@ imports = [ ../base/desktop - ./hyprland - + ./base ./fcitx5 ./desktop + + ./hyprland ]; # Home Manager needs a bit of information about you and the diff --git a/home/linux/x11.nix b/home/linux/x11.nix index cb4458d2..703a9fa3 100644 --- a/home/linux/x11.nix +++ b/home/linux/x11.nix @@ -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.