mirror of
https://github.com/Jokiller230/puzzlevision.git
synced 2025-09-09 20:30:05 +00:00
fix: resolve catppuccin deprecation warnings, use poppins, and replace host with namespace
This commit is contained in:
parent
d543faff8c
commit
9e3a71b35e
3 changed files with 19 additions and 18 deletions
|
@ -1,17 +1,16 @@
|
|||
{
|
||||
lib,
|
||||
pkgs,
|
||||
host,
|
||||
config,
|
||||
osConfig,
|
||||
namespace,
|
||||
...
|
||||
}: with lib; with lib.${namespace};
|
||||
let
|
||||
cfg = config.${host}.desktop.gnome;
|
||||
cfg = config.${namespace}.desktop.gnome;
|
||||
in
|
||||
{
|
||||
options.${host}.desktop.gnome = with types; {
|
||||
options.${namespace}.desktop.gnome = with types; {
|
||||
enabled-extensions = mkOption {
|
||||
type = listOf package;
|
||||
default = with pkgs.gnomeExtensions; [ dash-to-dock user-themes blur-my-shell appindicator unite color-picker clipboard-history ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue