default hyprland conf

This commit is contained in:
Vivian 2024-03-23 12:23:14 +01:00
parent d629b5d4ed
commit edfe487b8a
3 changed files with 201 additions and 0 deletions

View file

@ -0,0 +1,7 @@
{ pkgs, ... }: {
home.file.".config/hypr/hyprland.conf".source = ./hyprland.conf;
home.packages = with pkgs; [
wofi
];
}