This commit is contained in:
mjallen18
2025-09-25 15:30:04 -05:00
parent 4a00394402
commit 7a7b9cc01b
5 changed files with 30 additions and 26 deletions

View File

@@ -58,7 +58,7 @@ in
polkit_gnome
qt5.qtwayland
qt6.qtwayland
rofi-wayland
rofi
waybar
wayland-protocols
wayland-utils
@@ -207,7 +207,7 @@ in
systemd.enable = true;
plugins = with pkgs.hyprlandPlugins; [
hyprgrass
# hyprgrass
];
settings = {
@@ -498,37 +498,37 @@ in
send_cancel = "0";
};
hyprgrass-bind = [
# swipe left from right edge
", edge:r:l, workspace, +1"
# hyprgrass-bind = [
# # swipe left from right edge
# ", edge:r:l, workspace, +1"
# swipe up from bottom edge
", edge:d:u, exec, ${cfg.defaultApps.browser.pname}"
# # swipe up from bottom edge
# ", edge:d:u, exec, ${cfg.defaultApps.browser.pname}"
# swipe down from left edge
", edge:l:d, exec, pactl set-sink-volume @DEFAULT_SINK@ -4%"
# # swipe down from left edge
# ", edge:l:d, exec, pactl set-sink-volume @DEFAULT_SINK@ -4%"
# swipe down with 4 fingers
", swipe:4:d, killactive"
# # swipe down with 4 fingers
# ", swipe:4:d, killactive"
# swipe diagonally left and down with 3 fingers
# l (or r) must come before d and u
", swipe:3:ld, exec, foot"
# # swipe diagonally left and down with 3 fingers
# # l (or r) must come before d and u
# ", swipe:3:ld, exec, foot"
# tap with 3 fingers
", tap:3, exec, foot"
# # tap with 3 fingers
# ", tap:3, exec, foot"
# longpress can trigger mouse binds:
", longpress:2, movewindow"
", longpress:3, resizewindow"
];
# # longpress can trigger mouse binds:
# ", longpress:2, movewindow"
# ", longpress:3, resizewindow"
# ];
};
};
gestures = {
workspace_swipe = true;
workspace_swipe_cancel_ratio = "0.15";
};
# gestures = {
# workspace_swipe = true;
# workspace_swipe_cancel_ratio = "0.15";
# };
input = {
kb_layout = "us";

View File

@@ -113,7 +113,7 @@ with lib;
};
fileExplorer = mkOption {
type = types.package;
default = pkgs.nemo;
default = pkgs.nautilus;
description = "Default file explorer";
};
visual = mkOption {

View File

@@ -17,7 +17,7 @@ with lib;
};
fileExplorer = mkOption {
type = types.package;
default = pkgs.nemo;
default = pkgs.nautilus;
};
visual = mkOption {
type = types.package;

View File

@@ -19,5 +19,7 @@
options hid_apple iso_layout=0
'';
m1n1CustomLogo = ./NixOS.png;
supportedFilesystems = [ "apfs" ];
};
}

View File

@@ -114,6 +114,8 @@
# List packages installed in system profile. To search, run:
# $ nix search wget
environment.systemPackages = with pkgs; [
apfs-fuse
apfsprogs
aria
asahi-bless
asahi-btsync