1: Added network manager applet
This commit is contained in:
parent
0b8a7134d9
commit
4f378678c9
@ -7,6 +7,7 @@
|
||||
./waybar.nix
|
||||
./mako.nix
|
||||
./walker.nix
|
||||
./network-manager.nix
|
||||
];
|
||||
programs.kitty.enable = true;
|
||||
|
||||
@ -28,7 +29,7 @@
|
||||
"$mod, V, togglefloating,"
|
||||
"$mod, E, exec, dolphin"
|
||||
|
||||
"$mod, Q, killactive,"
|
||||
"$mod SHIFT, Q, killactive,"
|
||||
]
|
||||
++ (
|
||||
# workspaces
|
||||
@ -62,10 +63,19 @@
|
||||
natural_scroll = true;
|
||||
};
|
||||
};
|
||||
|
||||
general = {
|
||||
resize_on_border = true;
|
||||
};
|
||||
|
||||
decoration = {
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
extraConfig = ''
|
||||
exec-once = waybar
|
||||
exec-one = nm-applet --indicator
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
||||
5
home/modules/network-manager.nix
Normal file
5
home/modules/network-manager.nix
Normal file
@ -0,0 +1,5 @@
|
||||
{
|
||||
services.network-manager-applet = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user