It builds now.
This commit is contained in:
parent
9c71495c73
commit
f3d9e8a188
47 changed files with 577 additions and 401 deletions
13
hosts/shuttleworth/home/default.nix
Normal file
13
hosts/shuttleworth/home/default.nix
Normal file
|
@ -0,0 +1,13 @@
|
|||
{ nur, ... }:
|
||||
{
|
||||
imports = [
|
||||
nur.nixosModules.nur
|
||||
../../../modules/home
|
||||
../../../modules/home/users
|
||||
../../../modules/home/files
|
||||
../../../modules/home/settings
|
||||
../../../modules/home/programs
|
||||
../../../modules/home/sway
|
||||
../../../modules/home/utils
|
||||
];
|
||||
}
|
25
hosts/shuttleworth/system/default.nix
Normal file
25
hosts/shuttleworth/system/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
|||
{ hardware, ... }:
|
||||
{
|
||||
imports = [
|
||||
./hardware
|
||||
|
||||
# Apps and programs
|
||||
../../../modules/system
|
||||
../../../modules/system/accounts
|
||||
../../../modules/system/desktop
|
||||
../../../modules/system/programs
|
||||
../../../modules/system/services
|
||||
|
||||
# Devices and hardware
|
||||
hardware.nixosModules.pine64-pinebook-pro
|
||||
../../../modules/system/devices
|
||||
../../../modules/system/devices/boot/extlinux
|
||||
../../../modules/system/devices/networking/firewall/pc
|
||||
../../../modules/system/devices/networking/wireguard/pc
|
||||
];
|
||||
|
||||
networking.hostName = "shuttleworth";
|
||||
|
||||
# Force Electron to use Wayland
|
||||
environment.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue