i once again ask for my nixos files to get onto my laptop

This commit is contained in:
martyTF 2026-01-24 08:30:00 +01:00
parent 85f5b31e40
commit afc59676a5
11 changed files with 147 additions and 88 deletions

View file

@ -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
];

View file

@ -18,6 +18,9 @@
walker = {
enable = true;
runAsService = true;
config = {
theme = "noctalia";
};
};
};
};