[NixOS] Update adele.nix

This commit is contained in:
2023-08-04 00:56:55 -06:00
parent 625c9aaaff
commit fd90a0f638
2 changed files with 13 additions and 9 deletions

12
nixos/laptop.nix Normal file
View File

@@ -0,0 +1,12 @@
{ pkgs, ... }:
{
imports = [
./arm-incompatible.nix
./base.nix
./code.nix
./desktop.nix
./internet-computer.nix
./syncthing.nix
./xmonad.nix
];
}