From 595812a47ad6da0a7e8b1d24dd983aea5cdf3898 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Wed, 12 Apr 2023 07:51:18 +0100 Subject: [PATCH] Add gui packages for northstar --- nixos/home-manager/northstar-xenia.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nixos/home-manager/northstar-xenia.nix b/nixos/home-manager/northstar-xenia.nix index 8ef2d477..d4f1087b 100644 --- a/nixos/home-manager/northstar-xenia.nix +++ b/nixos/home-manager/northstar-xenia.nix @@ -1,8 +1,8 @@ -{ pkgs, ... }: { +{ ... }: { imports = [ ./common.nix - #./env/sway.nix ./packages + ./packages/gui ]; # Home Manager needs a bit of information about you and the # paths it should manage.