Browse Source

Add X11 module

main
parent
commit
fbae743a4c
Signed by: chris GPG Key ID: 3025DCBD46F81C0F
  1. 1
      README.org
  2. 1
      flake.nix

1
README.org

@ -591,6 +591,7 @@ raspberry = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; };
modules = [
./hosts/raspberry
<<module-x11>>
<<module-flakes>>
<<module-cachix>>
inputs.home-manager.nixosModules.home-manager {

1
flake.nix

@ -84,6 +84,7 @@
specialArgs = { inherit inputs; };
modules = [
./hosts/raspberry
./modules/x11.nix
./modules/flakes.nix
./modules/cachix.nix
inputs.home-manager.nixosModules.home-manager {

Loading…
Cancel
Save