removing avizo

This commit is contained in:
Miguel Palhas
2024-11-03 16:51:42 +00:00
parent 0ee5e8eee2
commit 0a82392422
13 changed files with 144 additions and 216 deletions
+2 -8
View File
@@ -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"