From 9a43aa4f06ec939d3dfed0372029ac79862d8902 Mon Sep 17 00:00:00 2001 From: Ashhhleyyy Date: Tue, 3 Oct 2023 01:15:19 +0100 Subject: [PATCH] chore: make some packages system-wide --- common/generic.nix | 5 +++++ home/ash/desktop.nix | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/common/generic.nix b/common/generic.nix index 5ddc4f8..114bd51 100644 --- a/common/generic.nix +++ b/common/generic.nix @@ -39,4 +39,9 @@ users.mutableUsers = false; console.keyMap = "uk"; + + environment.systemPackages = with pkgs; [ + git + helix + ]; } diff --git a/home/ash/desktop.nix b/home/ash/desktop.nix index 7bbeb13..36eb9d9 100644 --- a/home/ash/desktop.nix +++ b/home/ash/desktop.nix @@ -3,7 +3,7 @@ nerdfonts firefox fluffychat - git + fractal-next ]; programs.kitty = {