System Gen48 @ 2025-05-28-23:41:49 by jonas@monolith

This commit is contained in:
Jonas Röger 2025-05-28 23:41:50 +02:00
parent d6626110c2
commit a8f270d3cc
3 changed files with 27 additions and 0 deletions

21
flake.lock generated
View File

@ -33,6 +33,26 @@
"type": "github" "type": "github"
} }
}, },
"dzgui-nix": {
"inputs": {
"nixpkgs": [
"nixpkgs"
]
},
"locked": {
"lastModified": 1742179690,
"narHash": "sha256-s/q3OWRe5m7kwDcAs1BhJEj6aHc5bsBxRnLP7DM77xE=",
"owner": "lelgenio",
"repo": "dzgui-nix",
"rev": "a6d68720c932ac26d549b24f17c776bd2aeb73b4",
"type": "github"
},
"original": {
"owner": "lelgenio",
"repo": "dzgui-nix",
"type": "github"
}
},
"firefox-addons": { "firefox-addons": {
"inputs": { "inputs": {
"nixpkgs": [ "nixpkgs": [
@ -556,6 +576,7 @@
}, },
"root": { "root": {
"inputs": { "inputs": {
"dzgui-nix": "dzgui-nix",
"firefox-addons": "firefox-addons", "firefox-addons": "firefox-addons",
"home-manager": "home-manager", "home-manager": "home-manager",
"hyprland": "hyprland", "hyprland": "hyprland",

View File

@ -34,6 +34,10 @@
url = "github:lilyinstarlight/nixos-cosmic"; url = "github:lilyinstarlight/nixos-cosmic";
inputs.nixpkgs.follows = "nixpkgs"; inputs.nixpkgs.follows = "nixpkgs";
}; };
dzgui-nix = {
url = "github:lelgenio/dzgui-nix";
inputs.nixpkgs.follows = "nixpkgs";
};
}; };
outputs = { outputs = {

View File

@ -3,6 +3,7 @@
# and in the NixOS manual (accessible by running nixos-help). # and in the NixOS manual (accessible by running nixos-help).
{ {
config, config,
inputs,
pkgs, pkgs,
... ...
}: { }: {
@ -80,6 +81,7 @@
gimp gimp
git git
hive.transcode-davinci-resolve hive.transcode-davinci-resolve
inputs.dzgui-nix.packages.${pkgs.stdenv.system}.default
insomnia insomnia
kdePackages.kdenlive kdePackages.kdenlive
krita krita