This commit is contained in:
Simon Gardling 2025-04-07 22:06:53 -04:00
parent afe6cc0f5b
commit 9fa5f51236
Signed by: titaniumtown
GPG Key ID: 9AB28AC10ECE533D
3 changed files with 1 additions and 38 deletions

View File

@ -65,25 +65,6 @@
"mreow"
"yarn"
];
pkgs = import (
(import nixpkgs {
inherit system;
}).applyPatches
{
name = "nixpkgs";
src = inputs.nixpkgs;
patches = [
# https://github.com/NixOS/nixpkgs/pull/67576
# gimp 3.0
(builtins.fetchurl {
url = "https://github.com/NixOS/nixpkgs/pull/67576.diff";
sha256 = "1idkhfirjba6iywkddyhm980x44kfl9lmp51cyfqrpbq7wlzpnia";
})
];
}
) { inherit system; };
in
{
formatter.${system} = nixpkgs.legacyPackages.${system}.nixfmt-rfc-style;
@ -97,7 +78,6 @@
inputs
username
hostname
pkgs
;
};
modules = [

View File

@ -112,7 +112,7 @@
# simple screen recording on wayland
wl-screenrec
gimp3
gimp
pinta
# wayland-compatible color picker

View File

@ -1,17 +0,0 @@
update_all: system_update home_update
format_home:
nixfmt ./home-manager
format_system:
nixfmt ./etcnixos
format: format_home format_system
system_update:
nh os boot -u ./etcnixos
home_update:
rm -fr ~/.gtkrc-2.0
nh home switch -u ./home-manager -- --impure