Add ccase and imagemagick

This commit is contained in:
Agatha Lovelace 2023-09-29 15:04:31 +02:00
parent 06bad193c3
commit 6288e8414d
Signed by: sorceress
GPG Key ID: 01D0B3AB10CED4F8
2 changed files with 9 additions and 1 deletions

View File

@ -39,10 +39,12 @@
# Packages used on all systems
environment.systemPackages = with pkgs; [
ccase
comma
dogdns
du-dust
git
imagemagick
killall
mtr
openssl

View File

@ -50,10 +50,15 @@
url = "github:helix-editor/helix";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
ccase = {
url = "github:rutrum/ccase";
inputs.nixpkgs.follows = "nixpkgs-unstable";
};
};
outputs = { nixpkgs, nixpkgs-unstable, home-manager, mms, helix, url-eater
, colorpickle, matrix-ril100, frq-friend, colmena, vampysite, spicetify-nix
, ... }: {
, ccase, ... }: {
colmena = let
mkDesktop = hostname: {
imports = [
@ -97,6 +102,7 @@
vampysite = vampysite.packages.${final.system}.default;
spicetify-pkgs = spicetify-nix.packages.${final.system}.default;
matrix-ril100 = matrix-ril100.packages.${final.system}.default;
ccase = ccase.packages.${final.system}.default;
})
colmena.overlay
];