hyprland
This commit is contained in:
@@ -13,7 +13,6 @@ in {
|
||||
./services/x.nix
|
||||
./services/timer.nix
|
||||
./services/sound.nix
|
||||
./programs/hyprland.nix
|
||||
];
|
||||
|
||||
nixpkgs.config.allowUnfree = true;
|
||||
@@ -139,6 +138,8 @@ in {
|
||||
|
||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||
|
||||
programs.hyprland.enable = true;
|
||||
|
||||
environment.variables = {
|
||||
LD_LIBRARY_PATH = lib.makeLibraryPath
|
||||
(with pkgs; [ libglvnd libGL glfw pulseaudio libgit2 ]);
|
||||
|
||||
Reference in New Issue
Block a user