hyprland config
This commit is contained in:
@ -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 ];
|
||||
|
@ -5,7 +5,6 @@
|
||||
jq
|
||||
neofetch
|
||||
ripgrep # rg in home/hyprland.nix
|
||||
swww
|
||||
tree
|
||||
wget
|
||||
wl-clipboard
|
||||
|
Reference in New Issue
Block a user