Add GIMP to user Mary

This commit is contained in:
Mary 2024-03-27 23:06:15 +00:00
parent 975fe38625
commit 96476f96c2
No known key found for this signature in database
GPG Key ID: 918CEB263269C7A6
4 changed files with 10 additions and 61 deletions

View File

@ -398,28 +398,6 @@
}
},
"home-manager_3": {
"inputs": {
"nixpkgs": [
"plasma-mgr",
"nixpkgs"
]
},
"locked": {
"lastModified": 1710888565,
"narHash": "sha256-s9Hi4RHhc6yut4EcYD50sZWRDKsugBJHSbON8KFwoTw=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "f33900124c23c4eca5831b9b5eb32ea5894375ce",
"type": "github"
},
"original": {
"owner": "nix-community",
"ref": "release-23.11",
"repo": "home-manager",
"type": "github"
}
},
"home-manager_4": {
"inputs": {
"nixpkgs": [
"stylix",
@ -572,22 +550,6 @@
}
},
"nixpkgs_5": {
"locked": {
"lastModified": 1711124224,
"narHash": "sha256-l0zlN/3CiodvWDtfBOVxeTwYSRz93muVbXWSpaMjXxM=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "56528ee42526794d413d6f244648aaee4a7b56c0",
"type": "github"
},
"original": {
"owner": "NixOS",
"ref": "nixos-23.11",
"repo": "nixpkgs",
"type": "github"
}
},
"nixpkgs_6": {
"locked": {
"lastModified": 1700856099,
"narHash": "sha256-RnEA7iJ36Ay9jI0WwP+/y4zjEhmeN6Cjs9VOFBH7eVQ=",
@ -603,25 +565,6 @@
"type": "github"
}
},
"plasma-mgr": {
"inputs": {
"home-manager": "home-manager_3",
"nixpkgs": "nixpkgs_5"
},
"locked": {
"lastModified": 1711549217,
"narHash": "sha256-O9fCqmgrlRyNpApIVqhYyVSjKWfVzrw9qsEzeTYfBEc=",
"owner": "pjones",
"repo": "plasma-manager",
"rev": "298f345f3ca9528ca88dbbbdcadfc270b7582ded",
"type": "github"
},
"original": {
"owner": "pjones",
"repo": "plasma-manager",
"type": "github"
}
},
"root": {
"inputs": {
"agenix": "agenix",
@ -632,7 +575,6 @@
"nixos-generators": "nixos-generators",
"nixos-hardware": "nixos-hardware",
"nixpkgs": "nixpkgs_4",
"plasma-mgr": "plasma-mgr",
"stylix": "stylix"
}
},
@ -649,8 +591,8 @@
"base16-vim": "base16-vim",
"flake-compat": "flake-compat",
"gnome-shell": "gnome-shell",
"home-manager": "home-manager_4",
"nixpkgs": "nixpkgs_6"
"home-manager": "home-manager_3",
"nixpkgs": "nixpkgs_5"
},
"locked": {
"lastModified": 1708896938,

View File

@ -116,6 +116,11 @@
shotwell
flameshot
inkscape
gimp
krita
rawtherapee
pinentry-qt
];
# basic configuration of git, please change to your own
@ -339,9 +344,11 @@
services.gpg-agent = {
enable = true;
pinentryFlavor = "qt";
enableSshSupport = lib.mkForce false;
};
gtk = {
enable = true;
iconTheme.package = pkgs.gnome.adwaita-icon-theme;

Binary file not shown.

Before

Width:  |  Height:  |  Size: 552 KiB

After

Width:  |  Height:  |  Size: 669 KiB

View File

@ -102,7 +102,7 @@ in {
base
mary.user
desktop
mary.style
#mary.style
yubikey
virtualisation.podman
inputs.home-manager.nixosModules.home-manager