Refactor custom options
Signed-off-by: Nikolaos Karaolidis <nick@karaolidis.com>
This commit is contained in:
@@ -13,8 +13,6 @@ let
|
||||
in
|
||||
{
|
||||
home-manager.users.${user} = {
|
||||
imports = [ ./options.nix ];
|
||||
|
||||
programs.clipbook.enable = true;
|
||||
|
||||
wayland.windowManager.hyprland.settings.bind =
|
||||
|
@@ -26,8 +26,6 @@
|
||||
};
|
||||
|
||||
home-manager.users.${user} = {
|
||||
imports = [ ./options.nix ];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
systemd.enable = false;
|
||||
|
@@ -17,8 +17,6 @@ in
|
||||
environment.persistence."/persist/state"."${home}/.config/theme" = { };
|
||||
|
||||
home-manager.users.${user} = {
|
||||
imports = [ (import ./options.nix { inherit user home; }) ];
|
||||
|
||||
theme.enable = true;
|
||||
|
||||
wayland.windowManager.hyprland.settings.bind = [
|
||||
|
@@ -68,7 +68,7 @@ in
|
||||
|
||||
configDir = mkOption {
|
||||
type = str;
|
||||
default = "${config.xdg.configHome}/theme";
|
||||
default = "${home}/.config/theme";
|
||||
description = "The path to the theme config directory.";
|
||||
};
|
||||
|
||||
|
@@ -17,8 +17,6 @@ in
|
||||
environment.persistence."/persist/state"."${home}/.config/Code" = { };
|
||||
|
||||
home-manager.users.${user} = {
|
||||
imports = [ ./options.nix ];
|
||||
|
||||
programs.vscode = {
|
||||
enable = true;
|
||||
mutableExtensionsDir = false;
|
||||
|
Reference in New Issue
Block a user