diff --git a/home/default.nix b/home/default.nix index 4134824..22e289f 100644 --- a/home/default.nix +++ b/home/default.nix @@ -347,7 +347,6 @@ in enable = stdenv.isLinux; plugins = [ pkgs.rofi-emoji ]; terminal = "${pkgs.alacritty}/bin/alacritty"; - extraConfig = { modi = "drun,run"; show-icons = true; @@ -438,9 +437,7 @@ in nvim-tree.enable = true; packer = { enable = true; - plugins = [ - "folke/tokyonight.nvim" - ]; + plugins = [ ]; }; rainbow-delimiters.enable = true; treesitter.enable = true; diff --git a/machines/hephaestus/configuration.nix b/machines/hephaestus/configuration.nix index bae7775..12b2bcb 100644 --- a/machines/hephaestus/configuration.nix +++ b/machines/hephaestus/configuration.nix @@ -27,6 +27,7 @@ in base16Scheme = "${pkgs.base16-schemes}/share/themes/tokyo-night-dark.yaml"; image = "/run/current-system/sw/share/backgrounds/gnome/blobs-l.svg"; polarity = "dark"; + fonts.sizes.desktop = 24; }; boot = {