gitkraken cleanup

This commit is contained in:
foglar 2025-04-18 14:43:42 +02:00
parent c880cd3410
commit 4a4b65b12e
3 changed files with 6 additions and 7 deletions

View File

@ -13,9 +13,14 @@
gitkraken gitkraken
]; ];
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"gitkraken"
];
home.file = { home.file = {
".gitkraken/themes/stylix.jsonc".text = '' ".gitkraken/themes/stylix.jsonc".text = ''
{ {
"meta": { "meta": {
"name": "Stylix color pallete", "name": "Stylix color pallete",

View File

@ -23,10 +23,5 @@
git-lfs git-lfs
git-credential-manager git-credential-manager
]; ];
nixpkgs.config.allowUnfreePredicate = pkg:
builtins.elem (lib.getName pkg) [
"gitkraken"
];
}; };
} }

View File

@ -1,7 +1,6 @@
{ {
lib, lib,
config, config,
pkgs,
userSettings, userSettings,
... ...
}: { }: {