add hypr stuff and remove current_system var fromflake
This commit is contained in:
@@ -3,11 +3,19 @@
|
||||
config,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [nwg-displays];
|
||||
home.packages = with pkgs; [
|
||||
nwg-displays
|
||||
hyprlock
|
||||
hypridle
|
||||
hyprpaper
|
||||
];
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
systemd.variables = ["--all"];
|
||||
settings = {
|
||||
|
||||
};
|
||||
};
|
||||
|
||||
home.pointerCursor = {
|
||||
@@ -18,9 +26,7 @@
|
||||
size = 48;
|
||||
};
|
||||
|
||||
xdg.configFile."hypr/hyprland.conf" = {
|
||||
source = config.lib.file.mkOutOfStoreSymlink "/home/blake/.nix/users/blake/dots/hypr/hyprland.conf";
|
||||
};
|
||||
|
||||
|
||||
#xdg.configFile."hypr/hyprland.conf" = {
|
||||
# source = config.lib.file.mkOutOfStoreSymlink "/home/blake/.nix/users/blake/dots/hypr/hyprland.conf";
|
||||
#};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user