mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 10:05:13 -05:00
feat: added other user themes
This commit is contained in:
parent
6cdbfedc93
commit
1635b0c845
40 changed files with 593 additions and 210 deletions
|
@ -2,6 +2,7 @@
|
|||
let
|
||||
inherit (flake.config.people)
|
||||
user0
|
||||
user1
|
||||
user2
|
||||
;
|
||||
inherit (flake.config.machines)
|
||||
|
@ -11,6 +12,7 @@ let
|
|||
desktop = devices.desktop.name;
|
||||
server = devices.server.name;
|
||||
fallaryn = devices.fallaryn.name;
|
||||
bartholomew = devices.bartholomew.name;
|
||||
in
|
||||
{
|
||||
security = {
|
||||
|
@ -26,6 +28,8 @@ in
|
|||
user0
|
||||
else if hostname == server then
|
||||
user0
|
||||
else if hostname == bartholomew then
|
||||
user1
|
||||
else if hostname == fallaryn then
|
||||
user2
|
||||
else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue