hyprland
This commit is contained in:
8
home.nix
8
home.nix
@@ -1,4 +1,4 @@
|
||||
{ split-monitor-workspaces, pkgs, ... }:
|
||||
{ inputs, split-monitor-workspaces, pkgs, ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
@@ -45,9 +45,15 @@
|
||||
programs.direnv.nix-direnv.enable = true;
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
plugins = [
|
||||
split-monitor-workspaces.packages.x86_64-linux.split-monitor-workspaces
|
||||
];
|
||||
extraConfig = ''
|
||||
source = ~/.config/hypr/hyprland-custom.conf
|
||||
'';
|
||||
};
|
||||
|
||||
home.stateVersion = "25.05";
|
||||
|
||||
Reference in New Issue
Block a user