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 ]; }