upower in right place

This commit is contained in:
twoneis 2024-06-09 17:34:16 +02:00
parent 0bc81512e2
commit 456674c04a
2 changed files with 5 additions and 4 deletions

View file

@ -76,6 +76,11 @@
security.rtkit.enable = true; security.rtkit.enable = true;
services.upower = {
enable = true;
};
environment.sessionVariables.NIXOS_OZONE_WL = "1"; environment.sessionVariables.NIXOS_OZONE_WL = "1";
users.users.twoneis = { users.users.twoneis = {

View file

@ -11,10 +11,6 @@
halp halp
]; ];
services.upower = {
enable = true;
};
home.file = { home.file = {
".gdbinit" = { ".gdbinit" = {
source = ./gdbinit; source = ./gdbinit;