Started configuration of hyprland and eww
This commit is contained in:
parent
eb162db3a7
commit
692b72b366
4 changed files with 300 additions and 1 deletions
|
|
@ -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 && \
|
||||
'';
|
||||
};
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue