default hyprland conf
This commit is contained in:
parent
d629b5d4ed
commit
edfe487b8a
3 changed files with 201 additions and 0 deletions
7
hosts/thalassa/aoife/home/hyprland.nix
Normal file
7
hosts/thalassa/aoife/home/hyprland.nix
Normal file
|
@ -0,0 +1,7 @@
|
|||
{ pkgs, ... }: {
|
||||
home.file.".config/hypr/hyprland.conf".source = ./hyprland.conf;
|
||||
home.packages = with pkgs; [
|
||||
wofi
|
||||
];
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue