Skip to content

Commit 1f65dc0

Browse files
committed
update
1 parent b45e097 commit 1f65dc0

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

hosts/firefly/home.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
{
88
roles = {
99
work = true;
10-
email = "raphael.groemmer@stackit.cloud";
10+
email = "raphael.groemmer@digits.schwarz";
1111

1212
apparmor-gen = with pkgs; [
1313
config.programs.chromium.finalPackage

modules/home/desktops/hyprland/hyprland.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ in
3636
enable = true;
3737
inherit (cfg) package;
3838

39-
plugins = with hyprlandPlugins; [
40-
hyprexpo
41-
];
39+
# plugins = with hyprlandPlugins; [
40+
# hyprexpo
41+
# ];
4242

4343
# systemd.enable = false; # Disable for uswm
4444
};

modules/home/desktops/hyprland/settings/binds.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ in
2222
"SUPER,N, exec, swaync-client -t"
2323

2424
# Plugins
25-
"SUPER, g, hyprexpo:expo, toggle"
25+
# "SUPER, g, hyprexpo:expo, toggle"
2626
];
2727
};
2828
}

0 commit comments

Comments
 (0)