diff --git a/dots/foot.nix b/dots/foot.nix index 0968014..6e113ef 100755 --- a/dots/foot.nix +++ b/dots/foot.nix @@ -10,7 +10,8 @@ settings = { main = { pad = "5x5"; - include="/home/${config.home.username}/.config/foot/dank-colors.ini"; + font = "${config.stylix.fonts.monospace.name}:size=${toString config.stylix.fonts.sizes.terminal}"; + include = "/home/${config.home.username}/.config/foot/dank-colors.ini"; }; colors = { alpha = lib.mkForce (0.9); @@ -18,4 +19,3 @@ }; }; } - diff --git a/dots/hyprland.nix b/dots/hyprland.nix index 45541a0..c5f1b94 100755 --- a/dots/hyprland.nix +++ b/dots/hyprland.nix @@ -19,7 +19,7 @@ let #runner = "${lib.getExe caelestia-cli} shell drawers toggle launcher"; runner = "vicinae toggle"; # runner = "anyrun"; - browser = "zen-beta"; + browser = "firefox"; editor = "emacsclient -c"; in { @@ -158,8 +158,8 @@ in # https://wiki.hyprland.org/Configuring/Variables/#decoration decoration = { - rounding = 10; - rounding_power = 2; + rounding = 0; + rounding_power = 0; active_opacity = 1.0; inactive_opacity = 1.0; diff --git a/dots/xdg.nix b/dots/xdg.nix index bc88a4f..a863ea0 100755 --- a/dots/xdg.nix +++ b/dots/xdg.nix @@ -38,7 +38,7 @@ defaultApplications = let - browser = [ "zen-beta.desktop" ]; + browser = [ "firefox.desktop" ]; fileManager = [ "pcmanfm.desktop" ]; editor = [ "emacs.desktop" ]; player = [ "mpv.desktop" ]; diff --git a/home/game.nix b/home/game.nix index 0e714f4..26f7866 100755 --- a/home/game.nix +++ b/home/game.nix @@ -42,13 +42,13 @@ in home.stateVersion = "23.11"; # Please read the comment before changing. # Example GTK block (disabled) - # gtk = { - # enable = true; - # iconTheme = { - # name = "Dracula"; - # # package = pkgs.dracula-icon-theme; - # }; - # }; + gtk = { + enable = true; + iconTheme = { + name = "Reversal-black-dark"; + package = pkgs.reversal-icon-theme.override { allColorVariants = true; }; + }; + }; home.packages = with pkgs; [ ############################ diff --git a/home/mrfluffy.nix b/home/mrfluffy.nix index 10cb5ac..13b994b 100755 --- a/home/mrfluffy.nix +++ b/home/mrfluffy.nix @@ -49,13 +49,13 @@ in home.stateVersion = "23.11"; # Please read the comment before changing. # Example GTK block (disabled) - # gtk = { - # enable = true; - # iconTheme = { - # name = "Dracula"; - # # package = pkgs.dracula-icon-theme; - # }; - # }; + gtk = { + enable = true; + iconTheme = { + name = "Reversal-black-dark"; + package = pkgs.reversal-icon-theme.override { allColorVariants = true; }; + }; + }; home.packages = with pkgs; [ ############################ diff --git a/home/stylix.nix b/home/stylix.nix index 8172292..f6fe522 100755 --- a/home/stylix.nix +++ b/home/stylix.nix @@ -36,14 +36,14 @@ in waybar.enable = true; nixcord.enable = true; - zen-browser = { - enable = true; - profileNames = [ "default" ]; - }; - firefox = { - enable = true; - profileNames = [ "default" ]; - }; + #zen-browser = { + # enable = true; + # profileNames = [ "default" ]; + #}; + #firefox = { + # enable = true; + # profileNames = [ "default" ]; + #}; }; #iconTheme = {