mirror of
https://github.com/srid/nixos-config.git
synced 2026-01-07 08:37:34 +08:00
parent
6682c689fc
commit
3fffa9500f
2 changed files with 4 additions and 19 deletions
7
flake.lock
generated
7
flake.lock
generated
|
|
@ -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"
|
||||
}
|
||||
|
|
|
|||
16
flake.nix
16
flake.nix
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue