From c44c480e616f5fda4cfa7e7823c5645b07cdab6e Mon Sep 17 00:00:00 2001 From: smayzy Date: Mon, 21 Jul 2025 14:48:52 +0200 Subject: [PATCH] mv sl to hm --- hosts/common/common.nix | 1 - hosts/common/home.nix | 3 ++- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/hosts/common/common.nix b/hosts/common/common.nix index b459639..3b9916b 100644 --- a/hosts/common/common.nix +++ b/hosts/common/common.nix @@ -24,7 +24,6 @@ aegisub mpv fritzing - sl ]; } diff --git a/hosts/common/home.nix b/hosts/common/home.nix index 5b3531d..ac3974b 100644 --- a/hosts/common/home.nix +++ b/hosts/common/home.nix @@ -16,7 +16,8 @@ home.homeDirectory = "/home/smayzy"; home.stateVersion = "25.05"; - home.packages = [ + home.packages = with pkgs; [ + sl ]; home.file = {