added swaylock config
This commit is contained in:
@@ -9,21 +9,29 @@
|
||||
|
||||
hmModule = { config, lib, pkgs, ... }: {
|
||||
|
||||
home.sessionVariables.NIX_OZONE_WL = "1";
|
||||
options.homeconfig.hyprland.enable = lib.options.mkOption {
|
||||
type = lib.types.bool;
|
||||
default = false;
|
||||
};
|
||||
|
||||
programs.kitty.enable = lib.mkDefault true;
|
||||
config = lib.mkIf config.homeconfig.hyprland.enable {
|
||||
|
||||
home.packages = with pkgs; [
|
||||
pyprland
|
||||
];
|
||||
home.sessionVariables.NIX_OZONE_WL = "1";
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
programs.kitty.enable = lib.mkDefault true;
|
||||
|
||||
enable = true;
|
||||
home.packages = with pkgs; [
|
||||
pyprland
|
||||
];
|
||||
|
||||
systemd.variables = [ "--all" ];
|
||||
wayland.windowManager.hyprland = {
|
||||
|
||||
};
|
||||
enable = true;
|
||||
|
||||
systemd.variables = [ "--all" ];
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user