mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-08-10 05:44:38 -05:00
refactor: abstacted records
This commit is contained in:
parent
64572cb106
commit
06a684fa32
42 changed files with 211 additions and 202 deletions
|
@ -1,9 +1,4 @@
|
|||
{ user0 }:
|
||||
let
|
||||
inherit
|
||||
user0
|
||||
;
|
||||
in
|
||||
{
|
||||
name = "Nick";
|
||||
aliases = {
|
||||
|
|
|
@ -1,9 +1,4 @@
|
|||
{ user1 }:
|
||||
let
|
||||
inherit
|
||||
user1
|
||||
;
|
||||
in
|
||||
{
|
||||
name = "Streaming";
|
||||
aliases = {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue