Update 2 files
- /configuration.nix - /modules/hm/default.nix
This commit is contained in:
@@ -131,7 +131,10 @@ in
|
|||||||
XMODIFIERS = "@im=kime";
|
XMODIFIERS = "@im=kime";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
wayland.windowManager.hyprland.plugins = [
|
||||||
|
pkgs.hyprlandPlugins.hyprexpo
|
||||||
|
pkgs.hyprlandPlugins.hyprscrolling
|
||||||
|
];
|
||||||
|
|
||||||
# System Version - Don't change unless you know what you're doing (helps with system upgrades and compatibility)
|
# System Version - Don't change unless you know what you're doing (helps with system upgrades and compatibility)
|
||||||
system.stateVersion = "25.05";
|
system.stateVersion = "25.05";
|
||||||
|
|||||||
@@ -40,11 +40,6 @@ in
|
|||||||
extraConfig = builtins.readFile ./userprefs.conf; # extra config appended to userprefs.conf
|
extraConfig = builtins.readFile ./userprefs.conf; # extra config appended to userprefs.conf
|
||||||
overrideMain = null; # complete override of hyprland.conf
|
overrideMain = null; # complete override of hyprland.conf
|
||||||
suppressWarnings = false; # suppress warnings
|
suppressWarnings = false; # suppress warnings
|
||||||
# plugins
|
|
||||||
plugins = [
|
|
||||||
pkgs.hyprlandPlugins.hyprexpo
|
|
||||||
pkgs.hyprlandPlugins.hyprscrolling
|
|
||||||
];
|
|
||||||
# Animation configurations
|
# Animation configurations
|
||||||
animations = {
|
animations = {
|
||||||
enable = false; # enable animation configurations
|
enable = false; # enable animation configurations
|
||||||
|
|||||||
Reference in New Issue
Block a user