i once again ask for my nixos files to get onto my laptop
This commit is contained in:
parent
85f5b31e40
commit
afc59676a5
11 changed files with 147 additions and 88 deletions
|
|
@ -178,24 +178,24 @@
|
|||
color = "rgba(1a1a1aee)";
|
||||
};
|
||||
};
|
||||
plugin = {
|
||||
hyprexpo = {
|
||||
columns = 2;
|
||||
gap_size = 20;
|
||||
bg_col = "rgb(e1e1e2)";
|
||||
workspace_method = "first 1";
|
||||
enable_gesture = true;
|
||||
gesture_distance = 300;
|
||||
gesture_positive = true;
|
||||
gesture_negative = true;
|
||||
};
|
||||
hyprtrails = {
|
||||
color = "rgba(1a1a1aee)";
|
||||
};
|
||||
};
|
||||
# plugin = {
|
||||
# hyprexpo = {
|
||||
# columns = 2;
|
||||
# gap_size = 20;
|
||||
# bg_col = "rgb(e1e1e2)";
|
||||
# workspace_method = "first 1";
|
||||
# enable_gesture = true;
|
||||
# gesture_distance = 300;
|
||||
# gesture_positive = true;
|
||||
# gesture_negative = true;
|
||||
# };
|
||||
# hyprtrails = {
|
||||
# color = "rgba(1a1a1aee)";
|
||||
# };
|
||||
# };
|
||||
};
|
||||
plugins = [
|
||||
inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprtrails
|
||||
# inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprtrails
|
||||
# inputs.hyprland-plugins.packages.${pkgs.stdenv.hostPlatform.system}.hyprexpo
|
||||
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue