forked from Shinonome/dots-hyprland
added files
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./keybinds.nix
|
||||
./execs.nix
|
||||
./rules.nix
|
||||
./env.nix
|
||||
./colours.nix
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
systemd.enable = true;
|
||||
settings = {
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user