allows rebuild to succeed, few things commented out for they are shitfucked™️

This commit is contained in:
rubiigen 2024-07-11 15:08:36 +01:00
commit 1c2382cccc
No known key found for this signature in database
7 changed files with 130 additions and 320 deletions

View file

@ -2,7 +2,7 @@
# get inputs from self
inherit (self) inputs;
# get necessary inputs from self.inputs
inherit (inputs) nixpkgs lanzaboote nixos-hardware;
inherit (inputs) nixpkgs;
inherit (inputs.home-manager.nixosModules) home-manager;
# get lib from nixpkgs and create and alias for lib.nixosSystem
# for potential future overrides & abstractions

View file

@ -15,15 +15,13 @@
services.xserver = {
enable = true;
xkb.layout = "us";
libinput.enable = true;
};
services.tailscale.enable = true;
hardware.opengl = {
hardware.graphics = {
enable = true;
driSupport = true;
driSupport32Bit = true;
enable32Bit = true;
};
nixpkgs = {
@ -109,7 +107,7 @@
swayidle
wofi
swaylock
gnome.gnome-keyring
gnome-keyring
gtklock
fprintd
tailscale