From fe0e613928323f9dc538f1bdea8138456abffc4b Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Tue, 17 Sep 2024 18:14:22 +0200 Subject: create nix configuration --- hosts/template/default.nix | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 hosts/template/default.nix (limited to 'hosts/template/default.nix') diff --git a/hosts/template/default.nix b/hosts/template/default.nix new file mode 100644 index 0000000..0433557 --- /dev/null +++ b/hosts/template/default.nix @@ -0,0 +1,26 @@ +{ ... }: +{ + imports = [ + ./hardware.nix + ../../modules/hyprland/monitor.nix + ]; + + networking.hostName = "template"; + + boot.loader = { + grub = { + enable = true; + device = "/dev/vda"; + }; + }; + + hyprland.monitors = { + default = { + resolution = "preferred"; + position = "auto"; + scale = 1; + }; + }; + + system.stateVersion = "24.05"; +} -- cgit v1.2.3-70-g09d2