fix different vscode, the brain dead way

This commit is contained in:
Tristan 2023-04-25 18:13:50 +01:00
parent be05c654bc
commit 782e7da908
5 changed files with 30 additions and 21 deletions

View file

@ -7,14 +7,15 @@ nixpkgs.lib.nixosSystem rec {
{
nix.settings = {
substituters = ["https://hyprland.cachix.org"];
trusted-public-keys = ["hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc="];
substituters = [ "https://hyprland.cachix.org" ];
trusted-public-keys = [ "hyprland.cachix.org-1:a7pgxzMz7+chwVL3/pzj6jIBMioiJM7ypFP8PwtkuGc=" ];
};
}
../system/global/system.nix
../system/${name}/system.nix
../system/${name}/hardware.nix
home-manager.nixosModules.home-manager {
home-manager.nixosModules.home-manager
{
home-manager.useGlobalPkgs = true;
home-manager.useUserPackages = true;
home-manager.users.${user}.imports = [