🚚 [shared] Added shared config that shared desktop config inherits from
This commit is contained in:
17
shared/desktop/home-manager/hyprland/default.nix
Normal file
17
shared/desktop/home-manager/hyprland/default.nix
Normal file
@ -0,0 +1,17 @@
|
||||
# Home configurations for Hyprland. For system configs, see ./shared/modules/hyprland
|
||||
{
|
||||
imports = [
|
||||
./binds.nix
|
||||
./hypridle
|
||||
./hyprlock
|
||||
./hyprpanel
|
||||
./hyprpaper.nix
|
||||
./hyprshot.nix
|
||||
./settings.nix
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
systemd.variables = [ "--all" ]; # Import environment into systemd
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user