factorize os configurations
Some checks failed
/ build-all (push) Failing after 1m7s

This commit is contained in:
ant 2025-09-01 22:37:33 +02:00
parent 8de0ba7158
commit 058d223259
7 changed files with 134 additions and 155 deletions

View file

@ -3,6 +3,7 @@
imports = [ # Include the results of the hardware scan.
./moon-hardware-configuration.nix
./common.nix
./common-graphics.nix
];
# Bootloader.
@ -26,7 +27,6 @@
hardware.bluetooth.powerOnBoot = true;
# Define a user account. Don't forget to set a password with passwd.
programs.fish.enable = true;
users.users.ant = {
isNormalUser = true;
shell = pkgs.fish;
@ -61,7 +61,6 @@
to = 1764;
} # KDE Connect
];
networking.hosts = { "90.52.247.64" = [ "home" ]; };
programs.nix-ld.enable = true;
programs.nix-ld.libraries = with pkgs; [