Started configuration of hyprland and eww

This commit is contained in:
KoenDR06 2025-03-08 14:49:20 +01:00
parent eb162db3a7
commit 692b72b366
4 changed files with 300 additions and 1 deletions

View file

@ -23,9 +23,23 @@ in {
security.polkit.enable = true;
environment.systemPackages = with pkgs; [
xdg-desktop-portal-hyprland
eww
nerdfonts
networkmanagerapplet
wofi
xdg-desktop-portal-hyprland
];
services.logind.extraConfig = ''
HandlePowerKey=ignore
'';
system.activationScripts.script.text = ''
cd /home/horseman && \
rm -r .config/hypr && \
cp -r nix-config/modules/wm/hyprland/config \
.config/hypr && \
'';
};
}