set up nixos on yukari
This commit is contained in:
parent
e2b9168d8f
commit
9373febdb6
9 changed files with 191 additions and 2 deletions
|
@ -1,5 +1,6 @@
|
|||
{ inputs, lib, pkgs, config, outputs, ... }: {
|
||||
imports = [
|
||||
inputs.nix-index-database.hmModules.nix-index
|
||||
./common/cli
|
||||
./common/universal
|
||||
] ++ (builtins.attrValues outputs.homeManagerModules);
|
||||
|
@ -24,7 +25,12 @@
|
|||
|
||||
programs = {
|
||||
home-manager.enable = true;
|
||||
git.enable = true;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
userEmail = "shadows@with.al";
|
||||
userName = "liv";
|
||||
};
|
||||
|
||||
home = {
|
||||
|
|
|
@ -1,5 +1,8 @@
|
|||
# yukari is an arch-based (for now) distro running in Windows under WSL
|
||||
# as such, it does not have or need a graphical shell
|
||||
{ inputs, lib, pkgs, ... }: {
|
||||
# nothing here yet...
|
||||
imports = [
|
||||
./global.nix
|
||||
./desktop/hyprland
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue