Ver 1.0
This commit is contained in:
parent
b6b87d5aed
commit
9c72a71585
3546 changed files with 18655 additions and 0 deletions
22
nixosVista/homeManager/hyprland/default.nix
Normal file
22
nixosVista/homeManager/hyprland/default.nix
Normal file
|
|
@ -0,0 +1,22 @@
|
|||
{lib, ...}: {
|
||||
imports = [
|
||||
# Main entry:
|
||||
./main.nix
|
||||
|
||||
# Each one is a Snippet for the main
|
||||
# Each one will first add to the fragment so that it can build the hyprland config in order
|
||||
./header.nix
|
||||
./monitor.nix
|
||||
./startup.nix
|
||||
./variables.nix
|
||||
./enviorment.nix
|
||||
./special.nix
|
||||
./input.nix
|
||||
./keybindings.nix
|
||||
./windowRules.nix
|
||||
./style
|
||||
|
||||
# Doesn't work yet:
|
||||
#./customUser.nix
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue