more sensible config and nvidia option didn't really work like that

This commit is contained in:
twoneis 2024-06-10 00:05:15 +02:00
parent 45a42eac96
commit ac23dd9251
9 changed files with 21 additions and 25 deletions

View file

@ -7,7 +7,6 @@
./gnome
./home
./niri
./nvidia
./virt
];
@ -20,6 +19,9 @@
};
};
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
};
nix = {
nixPath = ["nixpkgs=${inputs.nixpkgs}"];
@ -74,15 +76,6 @@
# Needed for some features in nautilus such as auto-mounting and trash
services.gvfs.enable = true;
security.rtkit.enable = true;
services.upower = {
enable = true;
};
environment.sessionVariables.NIXOS_OZONE_WL = "1";
users.users.twoneis = {
isNormalUser = true;
description = "twoneis";