waybar doesn't show on displays in vnc mode

This commit is contained in:
Noa Aarts 2024-03-06 15:23:14 +01:00
parent 93309a816c
commit 4d1544625d
2 changed files with 98 additions and 0 deletions

View file

@ -40,6 +40,16 @@
inputs.home-manager.nixosModules.default
];
};
vnc = nixpkgs.lib.nixosSystem {
specialArgs = {
inherit inputs;
inherit nix-colors;
};
modules = [
./hosts/vnc/configuration.nix
inputs.home-manager.nixosModules.default
];
};
};
};