fixes
This commit is contained in:
@@ -58,7 +58,7 @@ in
|
|||||||
polkit_gnome
|
polkit_gnome
|
||||||
qt5.qtwayland
|
qt5.qtwayland
|
||||||
qt6.qtwayland
|
qt6.qtwayland
|
||||||
rofi-wayland
|
rofi
|
||||||
waybar
|
waybar
|
||||||
wayland-protocols
|
wayland-protocols
|
||||||
wayland-utils
|
wayland-utils
|
||||||
@@ -207,7 +207,7 @@ in
|
|||||||
systemd.enable = true;
|
systemd.enable = true;
|
||||||
|
|
||||||
plugins = with pkgs.hyprlandPlugins; [
|
plugins = with pkgs.hyprlandPlugins; [
|
||||||
hyprgrass
|
# hyprgrass
|
||||||
];
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
@@ -498,37 +498,37 @@ in
|
|||||||
send_cancel = "0";
|
send_cancel = "0";
|
||||||
};
|
};
|
||||||
|
|
||||||
hyprgrass-bind = [
|
# hyprgrass-bind = [
|
||||||
# swipe left from right edge
|
# # swipe left from right edge
|
||||||
", edge:r:l, workspace, +1"
|
# ", edge:r:l, workspace, +1"
|
||||||
|
|
||||||
# swipe up from bottom edge
|
# # swipe up from bottom edge
|
||||||
", edge:d:u, exec, ${cfg.defaultApps.browser.pname}"
|
# ", edge:d:u, exec, ${cfg.defaultApps.browser.pname}"
|
||||||
|
|
||||||
# swipe down from left edge
|
# # swipe down from left edge
|
||||||
", edge:l:d, exec, pactl set-sink-volume @DEFAULT_SINK@ -4%"
|
# ", edge:l:d, exec, pactl set-sink-volume @DEFAULT_SINK@ -4%"
|
||||||
|
|
||||||
# swipe down with 4 fingers
|
# # swipe down with 4 fingers
|
||||||
", swipe:4:d, killactive"
|
# ", swipe:4:d, killactive"
|
||||||
|
|
||||||
# swipe diagonally left and down with 3 fingers
|
# # swipe diagonally left and down with 3 fingers
|
||||||
# l (or r) must come before d and u
|
# # l (or r) must come before d and u
|
||||||
", swipe:3:ld, exec, foot"
|
# ", swipe:3:ld, exec, foot"
|
||||||
|
|
||||||
# tap with 3 fingers
|
# # tap with 3 fingers
|
||||||
", tap:3, exec, foot"
|
# ", tap:3, exec, foot"
|
||||||
|
|
||||||
# longpress can trigger mouse binds:
|
# # longpress can trigger mouse binds:
|
||||||
", longpress:2, movewindow"
|
# ", longpress:2, movewindow"
|
||||||
", longpress:3, resizewindow"
|
# ", longpress:3, resizewindow"
|
||||||
];
|
# ];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
gestures = {
|
# gestures = {
|
||||||
workspace_swipe = true;
|
# workspace_swipe = true;
|
||||||
workspace_swipe_cancel_ratio = "0.15";
|
# workspace_swipe_cancel_ratio = "0.15";
|
||||||
};
|
# };
|
||||||
|
|
||||||
input = {
|
input = {
|
||||||
kb_layout = "us";
|
kb_layout = "us";
|
||||||
|
|||||||
@@ -113,7 +113,7 @@ with lib;
|
|||||||
};
|
};
|
||||||
fileExplorer = mkOption {
|
fileExplorer = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.nemo;
|
default = pkgs.nautilus;
|
||||||
description = "Default file explorer";
|
description = "Default file explorer";
|
||||||
};
|
};
|
||||||
visual = mkOption {
|
visual = mkOption {
|
||||||
|
|||||||
@@ -17,7 +17,7 @@ with lib;
|
|||||||
};
|
};
|
||||||
fileExplorer = mkOption {
|
fileExplorer = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
default = pkgs.nemo;
|
default = pkgs.nautilus;
|
||||||
};
|
};
|
||||||
visual = mkOption {
|
visual = mkOption {
|
||||||
type = types.package;
|
type = types.package;
|
||||||
|
|||||||
@@ -19,5 +19,7 @@
|
|||||||
options hid_apple iso_layout=0
|
options hid_apple iso_layout=0
|
||||||
'';
|
'';
|
||||||
m1n1CustomLogo = ./NixOS.png;
|
m1n1CustomLogo = ./NixOS.png;
|
||||||
|
|
||||||
|
supportedFilesystems = [ "apfs" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -114,6 +114,8 @@
|
|||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
apfs-fuse
|
||||||
|
apfsprogs
|
||||||
aria
|
aria
|
||||||
asahi-bless
|
asahi-bless
|
||||||
asahi-btsync
|
asahi-btsync
|
||||||
|
|||||||
Reference in New Issue
Block a user