diff --git a/flake.nix b/flake.nix index 0802f7f..474fbf2 100644 --- a/flake.nix +++ b/flake.nix @@ -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 = [ diff --git a/home-manager/gui.nix b/home-manager/gui.nix index 5e9d00e..37f39be 100644 --- a/home-manager/gui.nix +++ b/home-manager/gui.nix @@ -112,7 +112,7 @@ # simple screen recording on wayland wl-screenrec - gimp3 + gimp pinta # wayland-compatible color picker diff --git a/justfile b/justfile deleted file mode 100644 index 441528d..0000000 --- a/justfile +++ /dev/null @@ -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 -