remove mainUser alias
je suis définitevement pas la patate la plus croustillante du four
This commit is contained in:
parent
879bd46295
commit
725257485f
5 changed files with 148 additions and 144 deletions
|
@ -17,13 +17,15 @@
|
|||
|
||||
programs.light.enable = true;
|
||||
|
||||
mainUser.packages = with pkgs; [
|
||||
networkmanagerapplet
|
||||
protonvpn-gui
|
||||
];
|
||||
hm = {
|
||||
home.packages = with pkgs; [
|
||||
networkmanagerapplet
|
||||
protonvpn-gui
|
||||
];
|
||||
|
||||
hm.wayland.windowManager.hyprland.settings.exec-once = with pkgs; [
|
||||
"${lib.getExe networkmanagerapplet}"
|
||||
"${lib.getExe' blueman "blueman-applet"}"
|
||||
];
|
||||
wayland.windowManager.hyprland.settings.exec-once = with pkgs; [
|
||||
"${lib.getExe networkmanagerapplet}"
|
||||
"${lib.getExe' blueman "blueman-applet"}"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue