restructure

This commit is contained in:
twoneis 2024-05-09 20:17:37 +02:00
parent d7bd686648
commit eecb15a4ec
50 changed files with 281 additions and 564 deletions

View file

@ -1,7 +1,6 @@
{ pkgs, ... }: {
imports = [
./hardware-config.nix
./nvidia.nix
./options.nix
];
@ -30,11 +29,6 @@
driSupport32Bit = true;
};
hardware.bluetooth = {
enable = true;
powerOnBoot = true;
};
# This value determines the NixOS release from which the default
# settings for stateful data, like file locations and database versions
# on your system were taken. Its perfectly fine and recommended to leave