Compare commits

..

No commits in common. "1918c984d546a63e3d4bdfc749adfa271313ba38" and "bfb6a8aef68d9568727627a8b5b0facb405a6313" have entirely different histories.

3 changed files with 4 additions and 3 deletions

View file

@ -40,6 +40,7 @@ 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 = [ "amdgpu" ];
initrd.kernelModules = [ ];
kernelModules = [ "kvm-amd" ];
extraModulePackages = [ ];
};
@ -62,7 +62,7 @@
};
};
framework_wifi_swap.enable = true;
security._1password.enable = true;
framework_wifi_swap.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'