waybar doesn't show on displays in vnc mode
This commit is contained in:
parent
93309a816c
commit
4d1544625d
2 changed files with 98 additions and 0 deletions
10
flake.nix
10
flake.nix
|
|
@ -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
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue