hyprland config

This commit is contained in:
2023-08-08 19:32:15 +02:00
parent a5208fedba
commit 82ddd5bebb
4 changed files with 35 additions and 15 deletions

View File

@ -1,8 +1,25 @@
{ inputs, pkgs, ... }: {
programs.hyprland = {
enable = true;
xwayland = {
enable = true;
hidpi = true;
};
};
environment.systemPackages = with pkgs; [
xdg-desktop-portal-hyprland
# hyprland-protocols
# xdg-desktop-portal
# xdg-desktop-portal-gtk
rofi-wayland # launcher
# wl-clipboard # wayland clipboard support
# swaylock-effects # screenlocker
# swayidle # idle daemon (screen time out)
hyprpaper # Wallpaper daemon
];
services.xserver = {
enable = true;
excludePackages = [ pkgs.xterm ];

View File

@ -5,7 +5,6 @@
jq
neofetch
ripgrep # rg in home/hyprland.nix
swww
tree
wget
wl-clipboard