fix different vscode, the brain dead way
This commit is contained in:
parent
be05c654bc
commit
782e7da908
5 changed files with 30 additions and 21 deletions
|
|
@ -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 = [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue