chore: Update nixpkgs
This commit is contained in:
@@ -11,7 +11,7 @@ lib.optionalAttrs device.hasGui {
|
||||
./cursor.nix
|
||||
./firefox.nix
|
||||
./ghostty.nix
|
||||
./gimp.nix
|
||||
# ./gimp.nix
|
||||
./guitarix.nix
|
||||
./hyprpicker.nix
|
||||
./kicad.nix
|
||||
|
||||
@@ -1,3 +1,3 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [gimp-with-plugins];
|
||||
home.packages = with pkgs; [gimp];
|
||||
}
|
||||
|
||||
@@ -7,7 +7,7 @@
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
inputs.nix-index-database.homeModules.nix-index
|
||||
../modules
|
||||
./apps
|
||||
./auth.nix
|
||||
|
||||
Reference in New Issue
Block a user