Compare commits

...

2 commits

Author SHA1 Message Date
github-actions[bot]
e85b28ffa6 flake.lock: Update
Flake lock file updates:

• Updated input 'ghostty':
    'github:ghostty-org/ghostty/b1af4a597f359491f4b3197a845b39ec86db475a?narHash=sha256-ygRFvCVdVEAU95tH2EMMacYH/T42tC3mtDkt5lBJT9U%3D' (2025-05-16)
  → 'github:ghostty-org/ghostty/af293830f35658ad5430bc09677d7e658ffdc1a7?narHash=sha256-Lgp1GtjNff8JRjpcJntYUy%2BFWypKwfwwnXli0Ohu7Eo%3D' (2025-05-19)
• Updated input 'sops-nix':
    'github:Mic92/sops-nix/e93ee1d900ad264d65e9701a5c6f895683433386?narHash=sha256-PxrrSFLaC7YuItShxmYbMgSuFFuwxBB%2Bqsl9BZUnRvg%3D' (2025-05-05)
  → 'github:Mic92/sops-nix/8d215e1c981be3aa37e47aeabd4e61bb069548fd?narHash=sha256-lAblXm0VwifYCJ/ILPXJwlz0qNY07DDYdLD%2B9H%2BWc8o%3D' (2025-05-18)
2025-05-19 16:37:50 +00:00
Jo
d2c3a8132e Add some new packages
Some checks failed
update-dependencies / update-dependencies (push) Has been cancelled
2025-05-19 18:36:48 +02:00
3 changed files with 12 additions and 8 deletions

14
flake.lock generated
View file

@ -131,11 +131,11 @@
"zon2nix": "zon2nix"
},
"locked": {
"lastModified": 1747426608,
"narHash": "sha256-ygRFvCVdVEAU95tH2EMMacYH/T42tC3mtDkt5lBJT9U=",
"lastModified": 1747664001,
"narHash": "sha256-Lgp1GtjNff8JRjpcJntYUy+FWypKwfwwnXli0Ohu7Eo=",
"owner": "ghostty-org",
"repo": "ghostty",
"rev": "b1af4a597f359491f4b3197a845b39ec86db475a",
"rev": "af293830f35658ad5430bc09677d7e658ffdc1a7",
"type": "github"
},
"original": {
@ -323,11 +323,11 @@
]
},
"locked": {
"lastModified": 1746485181,
"narHash": "sha256-PxrrSFLaC7YuItShxmYbMgSuFFuwxBB+qsl9BZUnRvg=",
"lastModified": 1747603214,
"narHash": "sha256-lAblXm0VwifYCJ/ILPXJwlz0qNY07DDYdLD+9H+Wc8o=",
"owner": "Mic92",
"repo": "sops-nix",
"rev": "e93ee1d900ad264d65e9701a5c6f895683433386",
"rev": "8d215e1c981be3aa37e47aeabd4e61bb069548fd",
"type": "github"
},
"original": {
@ -450,8 +450,8 @@
},
"original": {
"owner": "jcollie",
"ref": "56c159be489cc6c0e73c3930bd908ddc6fe89613",
"repo": "zon2nix",
"rev": "56c159be489cc6c0e73c3930bd908ddc6fe89613",
"type": "github"
}
}

View file

@ -46,6 +46,7 @@
firefox
thunderbird
youtube-music
kando
### Development
#avra
@ -57,6 +58,9 @@
nixd
deno
### GTK Apps
refine
### Work
teams-for-linux
enpass

View file

@ -13,7 +13,7 @@ in {
options.${namespace}.desktop.gnome = with lib.types; {
enabled-extensions = mkOption {
type = listOf package;
default = with pkgs.gnomeExtensions; [user-themes blur-my-shell appindicator unite color-picker clipboard-history];
default = with pkgs.gnomeExtensions; [user-themes blur-my-shell appindicator unite color-picker clipboard-history kando-integration];
example = [dash-to-dock blur-my-shell];
description = "Specify gnome extensions to install.";
};