This commit is contained in:
commit
95a533c876
451 changed files with 18255 additions and 0 deletions
28
tests/build/hm-hyprland/default.nix
Normal file
28
tests/build/hm-hyprland/default.nix
Normal file
|
|
@ -0,0 +1,28 @@
|
|||
{
|
||||
inputs,
|
||||
outputs,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
imports = [
|
||||
inputs.synix.homeModules.common
|
||||
inputs.synix.homeModules.hyprland
|
||||
inputs.synix.homeModules.nixvim
|
||||
inputs.synix.homeModules.stylix
|
||||
];
|
||||
|
||||
home.username = "test-user";
|
||||
|
||||
programs.nixvim.enable = true;
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
autostart = true;
|
||||
};
|
||||
|
||||
stylix.enable = true;
|
||||
|
||||
home.stateVersion = "25.11";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue