mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 06:33:56 -05:00
home: alyraffauf.defaultApps follows alyraffauf.desktop.enable
This commit is contained in:
parent
e6b54b7132
commit
2cc40ce071
|
@ -44,8 +44,11 @@
|
|||
wlogout.enable = lib.mkEnableOption "Wlogout session prompt.";
|
||||
};
|
||||
defaultApps = {
|
||||
enable =
|
||||
lib.mkEnableOption "Set default apps and file associations.";
|
||||
enable = lib.mkOption {
|
||||
description = "Declaratively set default apps and file associations.";
|
||||
default = config.alyraffauf.desktop.enable;
|
||||
type = lib.types.bool;
|
||||
};
|
||||
webBrowser = {
|
||||
exe = lib.mkOption {
|
||||
description = "Default web browser executable name.";
|
||||
|
|
|
@ -148,7 +148,6 @@
|
|||
};
|
||||
|
||||
defaultApps = {
|
||||
enable = true;
|
||||
webBrowser = {
|
||||
package = config.programs.chromium.package;
|
||||
desktop = "brave-browser.desktop";
|
||||
|
|
|
@ -40,7 +40,6 @@
|
|||
fzf.enable = true;
|
||||
vsCodium.enable = true;
|
||||
};
|
||||
defaultApps.enable = true;
|
||||
desktop = {
|
||||
hyprland = {
|
||||
randomWallpaper = false;
|
||||
|
|
|
@ -38,7 +38,6 @@
|
|||
fzf.enable = true;
|
||||
vsCodium.enable = true;
|
||||
};
|
||||
defaultApps.enable = true;
|
||||
theme = {
|
||||
gtk = {
|
||||
name = "Catppuccin-Frappe-Compact-Mauve-Dark";
|
||||
|
|
Loading…
Reference in a new issue