diff --git a/flake.nix b/flake.nix index 5728867..886bc5b 100644 --- a/flake.nix +++ b/flake.nix @@ -125,7 +125,8 @@ (self: super: { # Add a meta package containing packages from master bleeding = inputs.nixpkgs-master.legacyPackages.x86_64-linux; - "nixpkgs-21.05" = inputs."nixpkgs-21.05".legacyPackages.x86_64-linux; + "nixpkgs-21.05" = + inputs."nixpkgs-21.05".legacyPackages.x86_64-linux; # Add FiraCode as a package, but use NerdFonts firaCodeNerd = super.nerdfonts.override { fonts = [ "FiraCode" ]; }; # TODO: Remove once khal is fixed diff --git a/hosts/helix-texta.nix b/hosts/helix-texta.nix index 20716b7..75f2b2e 100644 --- a/hosts/helix-texta.nix +++ b/hosts/helix-texta.nix @@ -143,12 +143,7 @@ in { # Use some fonts fonts = { enableDefaultFonts = true; - fonts = with pkgs; [ - firaCodeNerd - noto-fonts - noto-fonts-cjk - joypixels - ]; + fonts = with pkgs; [ firaCodeNerd noto-fonts noto-fonts-cjk joypixels ]; fontconfig = { enable = true; defaultFonts.monospace = [ "FiraCode Nerd Font" ]; diff --git a/malte/kakoune.nix b/malte/kakoune.nix index ee94a7e..01ca823 100644 --- a/malte/kakoune.nix +++ b/malte/kakoune.nix @@ -8,14 +8,13 @@ colorScheme = "gruvbox-dark"; ui.enableMouse = true; - hooks = [ - { # Start kak-lsp for specific windows - name = "WinSetOption"; - commands = "lsp-enable-window"; - option = "filetype=rust"; - } + hooks = [{ # Start kak-lsp for specific windows + name = "WinSetOption"; + commands = "lsp-enable-window"; + option = "filetype=rust"; + } - ]; + ]; keyMappings = [ # { # Enter LSP Usermode