Recreated nix files

This commit is contained in:
2026-03-03 17:39:32 +01:00
parent 0576ac0c14
commit 4e79105d7b
4 changed files with 298 additions and 407 deletions
-4
View File
@@ -44,10 +44,6 @@
name = machine;
value = lib.nixosSystem {
modules = [
# Start_script.nix
({ lib, config, pkgs, ... }: {
imports = [ ./start_script.nix ];
})
# Hyprland configuratie
hyprland.nixosModules.default
({ config, pkgs, inputs, ... }: {