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
|
unzip
|
||||||
direnv
|
direnv
|
||||||
font-awesome
|
font-awesome
|
||||||
|
networkmanagerapplet
|
||||||
] ++ (if x11mode then [ arandr ] else [ wdisplays ]);
|
] ++ (if x11mode then [ arandr ] else [ wdisplays ]);
|
||||||
|
|
||||||
fonts.fontconfig.enable = true;
|
fonts.fontconfig.enable = true;
|
||||||
|
|
|
||||||
|
|
@ -116,6 +116,10 @@
|
||||||
command = "blueman-applet";
|
command = "blueman-applet";
|
||||||
always = true;
|
always = true;
|
||||||
}
|
}
|
||||||
|
{
|
||||||
|
command = "nm-applet";
|
||||||
|
always = true;
|
||||||
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue