This commit is contained in:
cnst
2024-10-26 19:10:54 +02:00
parent 9e904b70bc
commit 22287da647
13 changed files with 187 additions and 189 deletions

View File

@@ -1,4 +1,4 @@
{pkgs, ...}: {
{
nixos = {
boot = {
loader = {
@@ -51,11 +51,7 @@
graphics = {
amd = {
enable = true;
extraPackages = false;
chaotic = {
enable = true;
extraPackages = true;
};
packageSet = "chaotic";
};
nvidia = {
enable = false;
@@ -188,7 +184,6 @@
xdg = {
enable = true;
xdgOpenUsePortal = true;
extraPortals = [pkgs.xdg-desktop-portal-gtk];
};
};
utils = {