incorporating hyprland into nix
This commit is contained in:
23
home/core/gui/hypr/default.nixbak
Normal file
23
home/core/gui/hypr/default.nixbak
Normal file
@@ -0,0 +1,23 @@
|
||||
{
|
||||
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"];
|
||||
extraCommands = [
|
||||
"systemctl --user stop graphical-session.target"
|
||||
"systemctl --user start hyprland-session.target"
|
||||
];
|
||||
};
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user