mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-24 13:07:16 +01:00
gui,wm: Only use network manager applet for WMs
This commit is contained in:
parent
c6206556d9
commit
d30c3ae111
2 changed files with 3 additions and 5 deletions
|
|
@ -117,11 +117,6 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.network-manager-applet = {
|
||||
enable = true;
|
||||
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
BROWSER = "firefox";
|
||||
NIXOS_OZONE_WL = 1;
|
||||
|
|
|
|||
|
|
@ -31,6 +31,9 @@
|
|||
};
|
||||
|
||||
config = {
|
||||
services.network-manager-applet = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue