Fetch the gtk flatcolor theme folder from github

Former-commit-id: 835a9e9da2
This commit is contained in:
Hadi
2024-08-28 12:30:04 +02:00
parent 43566fc4ae
commit 647236f7b0
234 changed files with 47 additions and 14577 deletions
-14
View File
@@ -1,14 +0,0 @@
{ pkgs, ... }: {
home.packages = with pkgs; [
keyutils
python3
python311Packages.pyperclip
python312Packages.tldextract
];
xdg.configFile."qutebrowser/userscripts/bitwarden" = {
source = ./userscripts/qute-bitwarden.py;
executable = true;
};
}