mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-10 21:00:06 +00:00
Compare commits
2 commits
ee2ed50408
...
d89f9cad8b
Author | SHA1 | Date | |
---|---|---|---|
|
d89f9cad8b | ||
|
591b90b60d |
3 changed files with 4 additions and 8 deletions
6
flake.lock
generated
6
flake.lock
generated
|
@ -131,11 +131,11 @@
|
|||
"zon2nix": "zon2nix"
|
||||
},
|
||||
"locked": {
|
||||
"lastModified": 1747664001,
|
||||
"narHash": "sha256-Lgp1GtjNff8JRjpcJntYUy+FWypKwfwwnXli0Ohu7Eo=",
|
||||
"lastModified": 1747426608,
|
||||
"narHash": "sha256-ygRFvCVdVEAU95tH2EMMacYH/T42tC3mtDkt5lBJT9U=",
|
||||
"owner": "ghostty-org",
|
||||
"repo": "ghostty",
|
||||
"rev": "af293830f35658ad5430bc09677d7e658ffdc1a7",
|
||||
"rev": "b1af4a597f359491f4b3197a845b39ec86db475a",
|
||||
"type": "github"
|
||||
},
|
||||
"original": {
|
||||
|
|
|
@ -46,7 +46,6 @@
|
|||
firefox
|
||||
thunderbird
|
||||
youtube-music
|
||||
kando
|
||||
|
||||
### Development
|
||||
#avra
|
||||
|
@ -58,9 +57,6 @@
|
|||
nixd
|
||||
deno
|
||||
|
||||
### GTK Apps
|
||||
refine
|
||||
|
||||
### Work
|
||||
teams-for-linux
|
||||
enpass
|
||||
|
|
|
@ -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 kando-integration];
|
||||
default = with pkgs.gnomeExtensions; [user-themes blur-my-shell appindicator unite color-picker clipboard-history];
|
||||
example = [dash-to-dock blur-my-shell];
|
||||
description = "Specify gnome extensions to install.";
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue