add vscode and remove helix
enable home-manager for vscode
This commit is contained in:
@@ -15,15 +15,15 @@
|
||||
nixosConfigurations = {
|
||||
"um790-nix" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = inputs;
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./configuration.nix
|
||||
#home-manager.nixosModules.home-manager {
|
||||
# home-manager.useGlobalPkgs = true;
|
||||
# home-manager.useUserPackages = true;
|
||||
# home-manager.users.origami = import ./home.nix;
|
||||
# home-manager.extraSpecialArgs = inputs;
|
||||
#}
|
||||
home-manager.nixosModules.home-manager {
|
||||
home-manager.useGlobalPkgs = true;
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.origami = import ./home.nix;
|
||||
home-manager.extraSpecialArgs = inputs;
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user