Recreated nix files
This commit is contained in:
+300
-299
File diff suppressed because it is too large
Load Diff
@@ -705,6 +705,7 @@ We also add a devshell that makes editing this repository easier in emacs.
|
|||||||
imports = [ ./start_script.nix ];
|
imports = [ ./start_script.nix ];
|
||||||
})
|
})
|
||||||
# Hyprland configuratie
|
# Hyprland configuratie
|
||||||
|
hyprland.nixosModules.default
|
||||||
({ config, pkgs, inputs, ... }: {
|
({ config, pkgs, inputs, ... }: {
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
@@ -49,6 +49,7 @@
|
|||||||
imports = [ ./start_script.nix ];
|
imports = [ ./start_script.nix ];
|
||||||
})
|
})
|
||||||
# Hyprland configuratie
|
# Hyprland configuratie
|
||||||
|
hyprland.nixosModules.default
|
||||||
({ config, pkgs, inputs, ... }: {
|
({ config, pkgs, inputs, ... }: {
|
||||||
wayland.windowManager.hyprland = {
|
wayland.windowManager.hyprland = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|||||||
Reference in New Issue
Block a user