upower in right place
This commit is contained in:
parent
0bc81512e2
commit
456674c04a
2 changed files with 5 additions and 4 deletions
|
@ -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 = {
|
||||||
|
|
|
@ -11,10 +11,6 @@
|
||||||
halp
|
halp
|
||||||
];
|
];
|
||||||
|
|
||||||
services.upower = {
|
|
||||||
enable = true;
|
|
||||||
};
|
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".gdbinit" = {
|
".gdbinit" = {
|
||||||
source = ./gdbinit;
|
source = ./gdbinit;
|
||||||
|
|
Loading…
Add table
Reference in a new issue