networkmanager applet
This commit is contained in:
parent
af84369e19
commit
196276521a
2 changed files with 5 additions and 0 deletions
1
home.nix
1
home.nix
|
|
@ -69,6 +69,7 @@ let username = "clemens"; in
|
|||
unzip
|
||||
direnv
|
||||
font-awesome
|
||||
networkmanagerapplet
|
||||
] ++ (if x11mode then [ arandr ] else [ wdisplays ]);
|
||||
|
||||
fonts.fontconfig.enable = true;
|
||||
|
|
|
|||
|
|
@ -116,6 +116,10 @@
|
|||
command = "blueman-applet";
|
||||
always = true;
|
||||
}
|
||||
{
|
||||
command = "nm-applet";
|
||||
always = true;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue