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; }; specialArgs = { inherit inputs; };
modules = [ modules = [
./hosts/raspberry ./hosts/raspberry
<<module-x11>>
<<module-flakes>> <<module-flakes>>
<<module-cachix>> <<module-cachix>>
inputs.home-manager.nixosModules.home-manager { inputs.home-manager.nixosModules.home-manager {

1
flake.nix

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

Loading…
Cancel
Save