improvement: git, hyprland, steam

added gitbutler, introduced maintenance for nixpkgs, cleaned up some files, keyring should now unlock ad login
This commit is contained in:
Christoph Hollizeck 2024-10-08 00:43:56 +02:00
parent dff4f4557b
commit 0f656d193c
12 changed files with 175 additions and 103 deletions

View file

@ -16,7 +16,7 @@ in
config = mkIf cfg.enable {
boot = {
kernelPackages = pkgs.linuxPackages_latest;
kernelPackages = pkgs.linuxPackages_6_10;
loader = {
systemd-boot.enable = true;
efi.canTouchEfiVariables = true;