Revert "activate-home"

This reverts commit 6682c689fc.
This commit is contained in:
Sridhar Ratnakumar 2024-06-27 17:38:18 -04:00
parent 6682c689fc
commit 3fffa9500f
No known key found for this signature in database
2 changed files with 4 additions and 19 deletions

7
flake.lock generated
View file

@ -709,16 +709,15 @@
},
"nixos-flake": {
"locked": {
"lastModified": 1719524174,
"narHash": "sha256-iYZ+E6npBSyRitmAA2SuHMLlUSX7Z2bJXZk9ETHOei0=",
"lastModified": 1719437091,
"narHash": "sha256-UIZasVC36DS5dli1VimK0VgL6JKuxDG9cMxKq1I6OQ0=",
"owner": "srid",
"repo": "nixos-flake",
"rev": "957fb726959b1149f60a4976af8d49cd121c565b",
"rev": "8cefa1e7af06d366f5d3fd7c97e9edbf4d38c476",
"type": "github"
},
"original": {
"owner": "srid",
"ref": "activate-home",
"repo": "nixos-flake",
"type": "github"
}

View file

@ -10,7 +10,7 @@
home-manager.url = "github:nix-community/home-manager";
home-manager.inputs.nixpkgs.follows = "nixpkgs";
nixos-hardware.url = "github:NixOS/nixos-hardware";
nixos-flake.url = "github:srid/nixos-flake/activate-home";
nixos-flake.url = "github:srid/nixos-flake";
disko.url = "github:nix-community/disko";
disko.inputs.nixpkgs.follows = "nixpkgs";
ragenix.url = "github:yaxitech/ragenix";
@ -59,20 +59,6 @@
};
perSystem = { self', inputs', pkgs, system, config, ... }: {
legacyPackages.homeConfigurations."parallels" =
self.nixos-flake.lib.mkHomeConfiguration
pkgs
({ pkgs, ... }: {
home.username = "parallels";
home.homeDirectory = "/home/parallels";
programs = {
starship.enable = true;
bash.enable = true;
};
home.stateVersion = "24.05";
# nixos-flake.sshTarget = "parallels@ubuntu";
});
# Flake inputs we want to update periodically
# Run: `nix run .#update`.
nixos-flake = {