1
1
Fork 1
mirror of https://github.com/oddlama/nix-config.git synced 2025-10-11 07:10:39 +02:00

feat: restructure user common files, allow selecting "minimal" set of options for vms

This commit is contained in:
oddlama 2023-05-08 18:03:29 +02:00
parent d842d25eb9
commit e2ba02234a
No known key found for this signature in database
GPG key ID: 14EFE510775FE39A
16 changed files with 87 additions and 74 deletions

View file

@ -24,7 +24,7 @@ in {
home-manager.users.${myuser} = {
imports = [
#impermanence.home-manager.impermanence
../common
../common/core
./dev.nix
./gpg.nix
./ssh.nix
@ -36,6 +36,7 @@ in {
username = config.users.users.${myuser}.name;
shellAliases = {
p = "cd ~/projects";
zf = "zathura --fork";
};
};
};