split hypr into home & system
This commit is contained in:
Binary file not shown.
@@ -25,6 +25,7 @@
|
|||||||
./configuration.nix # FIXME: MODULARIZE
|
./configuration.nix # FIXME: MODULARIZE
|
||||||
./env-vars.nix
|
./env-vars.nix
|
||||||
#./hardware-configuration.nix
|
#./hardware-configuration.nix
|
||||||
|
./hyprland-system.nix
|
||||||
./theme.nix
|
./theme.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
{ config, pkgs, ... }:
|
||||||
|
|
||||||
|
{
|
||||||
|
# hypr packages
|
||||||
|
environment.systemPackages = with pkgs; [
|
||||||
|
hyprland
|
||||||
|
hypridle
|
||||||
|
hyprlock
|
||||||
|
hyprpaper
|
||||||
|
hyprpolkitagent
|
||||||
|
hyprcursor
|
||||||
|
];
|
||||||
|
}
|
||||||
@@ -16,16 +16,6 @@
|
|||||||
WLR_NO_HARDWARE_CURSORS = "1";
|
WLR_NO_HARDWARE_CURSORS = "1";
|
||||||
};
|
};
|
||||||
|
|
||||||
# hypr packages
|
|
||||||
environment.systemPackages = with pkgs; [
|
|
||||||
hyprland
|
|
||||||
hypridle
|
|
||||||
hyprlock
|
|
||||||
hyprpaper
|
|
||||||
hyprpolkitagent
|
|
||||||
hyprcursor
|
|
||||||
];
|
|
||||||
|
|
||||||
# hyprland config
|
# hyprland config
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user