diff --git a/flake.nix b/flake.nix index efa9f2e..942a7bd 100755 --- a/flake.nix +++ b/flake.nix @@ -67,7 +67,7 @@ ./modules/home-manager/linux/desktop.nix ./modules/home-manager/linux/programs.nix ./modules/home-manager/common/core.nix - ./modules/home-manager/linux/catppuccin.nix + ./modules/home-manager/linux/catppuccin.nix inputs.catppuccin.homeManagerModules.catppuccin ]; }; diff --git a/modules/darwin/yabai.nix b/modules/darwin/yabai.nix index 3e39586..dae736f 100644 --- a/modules/darwin/yabai.nix +++ b/modules/darwin/yabai.nix @@ -12,7 +12,7 @@ left_padding = 12; right_padding = 12; window_gap = 10; - split_ratio = 0.50; + split_ratio = 0.5; split_type = "auto"; layout = "bsp"; mouse_modifier = "fn"; diff --git a/modules/home-manager/common/core.nix b/modules/home-manager/common/core.nix index dd691e7..ef7a4d0 100644 --- a/modules/home-manager/common/core.nix +++ b/modules/home-manager/common/core.nix @@ -10,9 +10,7 @@ ''; }; - programs.fzf = pkgs.lib.mkDefault { - enable = true; - }; + programs.fzf = pkgs.lib.mkDefault { enable = true; }; programs.git = pkgs.lib.mkDefault { enable = true; diff --git a/modules/home-manager/darwin/darwin-home.nix b/modules/home-manager/darwin/darwin-home.nix index 34d7975..12383fc 100644 --- a/modules/home-manager/darwin/darwin-home.nix +++ b/modules/home-manager/darwin/darwin-home.nix @@ -19,8 +19,9 @@ # xxx # ''; - home.file.".config/neofetch/config.conf".source = ../../../config/neofetch.conf; - + home.file.".config/neofetch/config.conf".source = + ../../../config/neofetch.conf; + # Packages that should be installed to the user profile. home.packages = with pkgs; [ neofetch diff --git a/modules/home-manager/linux/linux-home.nix b/modules/home-manager/linux/linux-home.nix index 49a466d..f5798d6 100755 --- a/modules/home-manager/linux/linux-home.nix +++ b/modules/home-manager/linux/linux-home.nix @@ -19,7 +19,8 @@ # xxx # ''; - home.file.".config/neofetch/config.conf".source = ../../../config/neofetch.conf; + home.file.".config/neofetch/config.conf".source = + ../../../config/neofetch.conf; home.file.".wallpapers" = { source = ../../../wallpapers; recursive = true;