mirror of
https://github.com/ItsDrike/nixdots
synced 2025-06-29 22:00:42 +00:00
Add early incomplete hyprland config
This commit is contained in:
parent
953334c841
commit
6da71787f1
17 changed files with 491 additions and 6 deletions
12
home/programs/graphical/wms/hyprland/config/default.nix
Normal file
12
home/programs/graphical/wms/hyprland/config/default.nix
Normal file
|
@ -0,0 +1,12 @@
|
|||
_: {
|
||||
imports = [
|
||||
./exec.nix
|
||||
./gestures.nix
|
||||
./input.nix
|
||||
./keybinds.nix
|
||||
./layout.nix
|
||||
./misc.nix
|
||||
./style.nix
|
||||
./window_rules.nix
|
||||
];
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue