initial commit
This commit is contained in:
8
users/modules/hyprland.nix
Normal file
8
users/modules/hyprland.nix
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
imports = [../../programs/hyprland.nix];
|
||||
modules.hyprland = {
|
||||
enable = true;
|
||||
config = builtins.readFile ./config/hypr/hyprland.conf;
|
||||
waybar.style = ./config/waybar/style.css;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user