mirror of
https://github.com/Ahwxorg/nixos-config.git
synced 2025-12-04 23:00:14 +01:00
feat: import laptop role
This commit is contained in:
parent
cb8cd9a5ea
commit
a901053f07
1 changed files with 2 additions and 1 deletions
|
|
@ -2,8 +2,9 @@
|
|||
{
|
||||
imports =
|
||||
[(import ./bootloader.nix)]
|
||||
++ [(import ./docker.nix)] # enable docker support
|
||||
++ [(import ./docker.nix)]
|
||||
++ [(import ./hardware.nix)]
|
||||
++ [(import ../roles)]
|
||||
++ [(import ./xserver.nix)]
|
||||
++ [(import ./network.nix)]
|
||||
++ [(import ./pipewire.nix)]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue