Formatting

This commit is contained in:
Malte Tammena 2021-12-04 13:35:34 +01:00
parent 9df82abe1d
commit 0d9ce8a20d
3 changed files with 9 additions and 14 deletions

View file

@ -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

View file

@ -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" ];

View file

@ -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