mirror of
https://github.com/SebastianStork/nixos-config.git
synced 2026-01-21 14:01:34 +01:00
Refactor user configuration
This commit is contained in:
parent
4785c99ea4
commit
9ecc4cf9ea
15 changed files with 72 additions and 75 deletions
|
|
@ -8,15 +8,11 @@
|
|||
enable = true;
|
||||
agePublicKey = "age18x6herevmcuhcmeh47ll6p9ck9zk4ga6gfxwlc8yl49rwjxm7qusylwfgc";
|
||||
};
|
||||
|
||||
boot = {
|
||||
loader.systemd-boot.enable = true;
|
||||
silent = true;
|
||||
};
|
||||
users.seb = {
|
||||
enable = true;
|
||||
zsh.enable = true;
|
||||
homeManager.enable = true;
|
||||
};
|
||||
|
||||
dm.tuigreet = {
|
||||
enable = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue