first commit
This commit is contained in:
commit
58a3f28118
72 changed files with 3082 additions and 0 deletions
31
modules/home/hyprland/hyprland.nix
Normal file
31
modules/home/hyprland/hyprland.nix
Normal file
|
@ -0,0 +1,31 @@
|
|||
{ inputs
|
||||
, pkgs
|
||||
, ...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
swww
|
||||
inputs.hypr-contrib.packages.${pkgs.system}.grimblast
|
||||
hyprpicker
|
||||
wofi
|
||||
rofi-wayland
|
||||
wlogout
|
||||
grim
|
||||
slurp
|
||||
wl-clipboard
|
||||
cliphist
|
||||
wf-recorder
|
||||
glib
|
||||
wayland
|
||||
direnv
|
||||
];
|
||||
systemd.user.targets.hyprland-session.Unit.Wants = [ "xdg-desktop-autostart.target" ];
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland = {
|
||||
enable = true;
|
||||
hidpi = true;
|
||||
};
|
||||
nvidiaPatches = false;
|
||||
systemdIntegration = true;
|
||||
};
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue