small fixes

This commit is contained in:
fwastring 2026-03-29 14:31:02 +02:00
parent f9043fcb1a
commit 060c40acef
2 changed files with 6 additions and 1 deletions

View file

@ -37,6 +37,8 @@ in
enable = true;
};
services.upower.enable = true;
stylix = {
enable = true;
base16Scheme = "${pkgs.base16-schemes}/share/themes/catppuccin-${theme}.yaml";
@ -110,7 +112,6 @@ in
"ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIFpJBGPIfPB1BwSG7aoKqwfccyZSaU7J3xpJ8behMp9N fw@core"
];
boot.kernelPackages = pkgs.linuxPackages_latest;
networking.hostName = myhostname;

View file

@ -55,6 +55,10 @@ with lib;
};
clipboard.register = "unnamedplus";
extraPlugins = with pkgs.vimPlugins; [
plenary-nvim
];
globals.mapleader = " ";
keymaps = [