Home Gen110 @ 2024-04-26-14:28
This commit is contained in:
parent
bc16a7d40c
commit
f0deaab51a
@ -9,11 +9,18 @@
|
|||||||
pkgs.kitty
|
pkgs.kitty
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.waybar.enable = true;
|
||||||
|
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
systemd.variables = ["--all"];
|
systemd.variables = ["--all"];
|
||||||
xwayland.enable = true;
|
xwayland.enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
|
auto_start = [
|
||||||
|
"${pkgs.waybar}/bin/waybar &"
|
||||||
|
"${pkgs.networkmanagerapplet}/bin/nm-applet &"
|
||||||
|
];
|
||||||
|
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
bind =
|
bind =
|
||||||
[
|
[
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user