From 3d2dfe76abaef22b032bdccfc81dcec6b9786f84 Mon Sep 17 00:00:00 2001 From: rotterdam Date: Thu, 6 Apr 2023 09:58:02 -0300 Subject: [PATCH] Moved user packages to common instead of desktop/common --- users/common/home.nix | 1 + users/desktops/common/home.nix | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/users/common/home.nix b/users/common/home.nix index 3d96806..dd5f697 100644 --- a/users/common/home.nix +++ b/users/common/home.nix @@ -10,5 +10,6 @@ ".config/starship.toml".source = "${inputs.dotfiles}/.config/starship.toml"; }; + packages = with pkgs; [ nix-your-shell ]; }; } diff --git a/users/desktops/common/home.nix b/users/desktops/common/home.nix index c83d207..3891fe0 100644 --- a/users/desktops/common/home.nix +++ b/users/desktops/common/home.nix @@ -2,7 +2,6 @@ { home = { - packages = with pkgs; [ nix-your-shell ]; pointerCursor = { size = 24; gtk.enable = true;