mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-11 21:30: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"
|
"zon2nix": "zon2nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1747664001,
|
"lastModified": 1747426608,
|
||||||
"narHash": "sha256-Lgp1GtjNff8JRjpcJntYUy+FWypKwfwwnXli0Ohu7Eo=",
|
"narHash": "sha256-ygRFvCVdVEAU95tH2EMMacYH/T42tC3mtDkt5lBJT9U=",
|
||||||
"owner": "ghostty-org",
|
"owner": "ghostty-org",
|
||||||
"repo": "ghostty",
|
"repo": "ghostty",
|
||||||
"rev": "af293830f35658ad5430bc09677d7e658ffdc1a7",
|
"rev": "b1af4a597f359491f4b3197a845b39ec86db475a",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -46,7 +46,6 @@
|
||||||
firefox
|
firefox
|
||||||
thunderbird
|
thunderbird
|
||||||
youtube-music
|
youtube-music
|
||||||
kando
|
|
||||||
|
|
||||||
### Development
|
### Development
|
||||||
#avra
|
#avra
|
||||||
|
@ -58,9 +57,6 @@
|
||||||
nixd
|
nixd
|
||||||
deno
|
deno
|
||||||
|
|
||||||
### GTK Apps
|
|
||||||
refine
|
|
||||||
|
|
||||||
### Work
|
### Work
|
||||||
teams-for-linux
|
teams-for-linux
|
||||||
enpass
|
enpass
|
||||||
|
|
|
@ -13,7 +13,7 @@ in {
|
||||||
options.${namespace}.desktop.gnome = with lib.types; {
|
options.${namespace}.desktop.gnome = with lib.types; {
|
||||||
enabled-extensions = mkOption {
|
enabled-extensions = mkOption {
|
||||||
type = listOf package;
|
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];
|
example = [dash-to-dock blur-my-shell];
|
||||||
description = "Specify gnome extensions to install.";
|
description = "Specify gnome extensions to install.";
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue