1: Added network manager applet
This commit is contained in:
parent
0b8a7134d9
commit
4f378678c9
@ -7,6 +7,7 @@
|
|||||||
./waybar.nix
|
./waybar.nix
|
||||||
./mako.nix
|
./mako.nix
|
||||||
./walker.nix
|
./walker.nix
|
||||||
|
./network-manager.nix
|
||||||
];
|
];
|
||||||
programs.kitty.enable = true;
|
programs.kitty.enable = true;
|
||||||
|
|
||||||
@ -28,7 +29,7 @@
|
|||||||
"$mod, V, togglefloating,"
|
"$mod, V, togglefloating,"
|
||||||
"$mod, E, exec, dolphin"
|
"$mod, E, exec, dolphin"
|
||||||
|
|
||||||
"$mod, Q, killactive,"
|
"$mod SHIFT, Q, killactive,"
|
||||||
]
|
]
|
||||||
++ (
|
++ (
|
||||||
# workspaces
|
# workspaces
|
||||||
@ -62,10 +63,19 @@
|
|||||||
natural_scroll = true;
|
natural_scroll = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
general = {
|
||||||
|
resize_on_border = true;
|
||||||
|
};
|
||||||
|
|
||||||
|
decoration = {
|
||||||
|
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
extraConfig = ''
|
extraConfig = ''
|
||||||
exec-once = waybar
|
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