From 858f2f7a8764739bd4164154045cfb48c99bdcd5 Mon Sep 17 00:00:00 2001 From: liv Date: Sun, 15 Sep 2024 18:23:09 +0200 Subject: [PATCH] add more default packages --- home/features/devel/default.nix | 5 +++++ nixos/desktop/plasma.nix | 2 ++ 2 files changed, 7 insertions(+) diff --git a/home/features/devel/default.nix b/home/features/devel/default.nix index c423e5f..fc5aa20 100644 --- a/home/features/devel/default.nix +++ b/home/features/devel/default.nix @@ -21,8 +21,13 @@ # nix stuff nixpkgs-fmt + nixfmt nix-tree nil nixd + + # misc + flyctl + httpie ]; } diff --git a/nixos/desktop/plasma.nix b/nixos/desktop/plasma.nix index eff0c9d..08e5c80 100644 --- a/nixos/desktop/plasma.nix +++ b/nixos/desktop/plasma.nix @@ -6,5 +6,7 @@ environment.systemPackages = with pkgs; [ system-config-printer + krita + ntfs3g ]; }