Compare commits

...

2 commits

3 changed files with 3 additions and 4 deletions

View file

@ -40,7 +40,6 @@ with config;
packages = with pkgs;
[
#apps
(unstable.flameshot.override { enableWlrSupport = true; })
obsidian
parsec-bin
solaar # open source manager for logitech unifying receivers

View file

@ -13,7 +13,7 @@
networking.hostName = "telchar";
boot = {
initrd.availableKernelModules = [ "nvme" "xhci_pci" "thunderbolt" "usbhid" "usb_storage" "sd_mod" ];
initrd.kernelModules = [ ];
initrd.kernelModules = [ "amdgpu" ];
kernelModules = [ "kvm-amd" ];
extraModulePackages = [ ];
};
@ -62,7 +62,7 @@
};
};
security._1password.enable = true;
framework_wifi_swap.enable = true;
security._1password.enable = true;
};
}

View file

@ -27,7 +27,7 @@ in
nur = inputs.nur.overlay;
smartmontools = smartmontoolsOverlay;
termius = termiusOverlay;
vivaldi = vivaldiOverlay;
# vivaldi = vivaldiOverlay;
# The unstable nixpkgs set (declared in the flake inputs) will
# be accessible through 'pkgs.unstable'