Recreated nix files
This commit is contained in:
+306
-305
File diff suppressed because it is too large
Load Diff
@@ -705,12 +705,13 @@ 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
|
||||||
({ config, pkgs, inputs, ... }: {
|
hyprland.nixosModules.default
|
||||||
wayland.windowManager.hyprland = {
|
({ config, pkgs, inputs, ... }: {
|
||||||
enable = true;
|
wayland.windowManager.hyprland = {
|
||||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
enable = true;
|
||||||
};
|
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||||
})
|
};
|
||||||
|
})
|
||||||
<<flake-emacs-module>>
|
<<flake-emacs-module>>
|
||||||
<<flake-config-module>>
|
<<flake-config-module>>
|
||||||
<<flake-home-module>>
|
<<flake-home-module>>
|
||||||
|
|||||||
@@ -49,12 +49,13 @@
|
|||||||
imports = [ ./start_script.nix ];
|
imports = [ ./start_script.nix ];
|
||||||
})
|
})
|
||||||
# Hyprland configuratie
|
# Hyprland configuratie
|
||||||
({ config, pkgs, inputs, ... }: {
|
hyprland.nixosModules.default
|
||||||
wayland.windowManager.hyprland = {
|
({ config, pkgs, inputs, ... }: {
|
||||||
enable = true;
|
wayland.windowManager.hyprland = {
|
||||||
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
enable = true;
|
||||||
};
|
package = inputs.hyprland.packages.${pkgs.system}.hyprland;
|
||||||
})
|
};
|
||||||
|
})
|
||||||
({ lib, ... }: {
|
({ lib, ... }: {
|
||||||
nixpkgs.overlays = [ emacs-overlay.overlays.default ];
|
nixpkgs.overlays = [ emacs-overlay.overlays.default ];
|
||||||
})
|
})
|
||||||
|
|||||||
Reference in New Issue
Block a user