mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
added saffron config
This commit is contained in:
parent
ed36830cf3
commit
f51562f1a1
2 changed files with 18 additions and 2 deletions
|
|
@ -172,10 +172,10 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
"tyler@guidebolt" = home-manager.lib.homeManagerConfiguration {
|
"tyler@saffron" = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = allPkgs."x86_64-linux";
|
pkgs = allPkgs."x86_64-linux";
|
||||||
extraSpecialArgs = {inherit inputs outputs;};
|
extraSpecialArgs = {inherit inputs outputs;};
|
||||||
modules = [./home/guidebolt/guidebolt.nix];
|
modules = [./machines/saffron/home.nix];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
16
dot_config/flake/machines/saffron/home.nix
Normal file
16
dot_config/flake/machines/saffron/home.nix
Normal file
|
|
@ -0,0 +1,16 @@
|
||||||
|
{...}: {
|
||||||
|
imports = [
|
||||||
|
../../home/common.nix
|
||||||
|
../../home/helide
|
||||||
|
];
|
||||||
|
|
||||||
|
home = {
|
||||||
|
username = "tyler";
|
||||||
|
homeDirectory = "/home/tyler";
|
||||||
|
|
||||||
|
packages = [
|
||||||
|
];
|
||||||
|
|
||||||
|
stateVersion = "23.11";
|
||||||
|
};
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue