I am batman
This commit is contained in:
23
modules/hyprland/hyprland.nix
Normal file
23
modules/hyprland/hyprland.nix
Normal file
@@ -0,0 +1,23 @@
|
||||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
swww
|
||||
# hyprpicker
|
||||
# wofi
|
||||
];
|
||||
systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ];
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland = {
|
||||
enable = true;
|
||||
# hidpi = true;
|
||||
};
|
||||
# enableNvidiaPatches = false;
|
||||
# systemd.enable = true;
|
||||
};
|
||||
wayland.windowManager.hyprland.extraConfig = ''
|
||||
source = ~/.config/hypr/monitors.conf
|
||||
source = ~/.config/hypr/workspaces.conf
|
||||
'';
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user