This commit is contained in:
commit
30ce0dafc2
195 changed files with 8902 additions and 0 deletions
23
hosts/elaris/default.nix
Normal file
23
hosts/elaris/default.nix
Normal file
|
|
@ -0,0 +1,23 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware-configuration.nix
|
||||
./secrets.nix
|
||||
./machine.nix
|
||||
../../modules/audio.nix
|
||||
../../modules/throne.nix
|
||||
../../modules/opentablet.nix
|
||||
];
|
||||
|
||||
boot.loader.grub = {
|
||||
enable = true;
|
||||
device = "/dev/sdc";
|
||||
useOSProber = true;
|
||||
};
|
||||
|
||||
programs.dconf.enable = true;
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
android-tools
|
||||
];
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue