incorporating hyprland into nix
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
{
|
||||
imports = [
|
||||
./land/appearance.nix
|
||||
./land/inputs.nix
|
||||
./land/keybinds.nix
|
||||
./land/rules.nix
|
||||
./land/startup.nix
|
||||
];
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
xwayland.enable = true;
|
||||
settings = {
|
||||
source = [
|
||||
"./land/appearance.conf"
|
||||
"./land/inputs.conf"
|
||||
"./land/keybinds.conf"
|
||||
"./land/rules.conf"
|
||||
"./land/startup.conf"
|
||||
];
|
||||
};
|
||||
|
||||
systemd = {
|
||||
variables = ["--all"];
|
||||
|
||||
Reference in New Issue
Block a user