Recreated nix files
This commit is contained in:
@@ -705,7 +705,7 @@ We also add a devshell that makes editing this repository easier in emacs.
|
||||
imports = [ ./start_script.nix ];
|
||||
})
|
||||
# Hyprland configuratie
|
||||
({ config, pkgs, ... }: {
|
||||
({ config, pkgs, inputs, ... }: {
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||
|
||||
Reference in New Issue
Block a user