removing avizo
This commit is contained in:
@@ -6,7 +6,6 @@ in
|
||||
imports = [
|
||||
./rofi.nix
|
||||
./dunst.nix
|
||||
./avizo.nix
|
||||
./cursor.nix
|
||||
];
|
||||
|
||||
@@ -14,16 +13,13 @@ in
|
||||
hyprcursor
|
||||
pamixer
|
||||
hyprshot
|
||||
hyprpanel
|
||||
];
|
||||
|
||||
home.sessionVariables = {
|
||||
ELECTRON_OZONE_PLATFORM_HINT = "auto";
|
||||
};
|
||||
|
||||
xdg.configFile = {
|
||||
"hypr/scripts".source = ./scripts;
|
||||
};
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
settings = {
|
||||
@@ -92,7 +88,7 @@ in
|
||||
|
||||
"exec-once" = [
|
||||
"dbus-update-activation-environment --systemd WAYLAND_DISPLAY XDG_CURRENT_DESKTOP"
|
||||
"eww daemon"
|
||||
"hyprpanel"
|
||||
];
|
||||
|
||||
windowrulev2 = [
|
||||
@@ -120,8 +116,6 @@ in
|
||||
"$mod, f, fullscreen, 0"
|
||||
"$mod SHIFT, f, fullscreen, 1"
|
||||
|
||||
"$mod, d, exec, ~/.config/hypr/scripts/toggle-bar"
|
||||
|
||||
# rofi
|
||||
"$mod, space, exec, launcher_t2"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user