Add apps and host-users modules
This commit is contained in:
parent
22e4e8b611
commit
f39962f246
4 changed files with 38 additions and 17 deletions
|
|
@ -21,22 +21,5 @@
|
|||
})
|
||||
];
|
||||
|
||||
users.users.tobi.description = "Tobias Ostner";
|
||||
users.users.tobi.home = "/Users/tobi";
|
||||
users.users.tobi.shell = pkgs.zshInteractive;
|
||||
homebrew = {
|
||||
enable = true;
|
||||
brews = [
|
||||
"imagemagick"
|
||||
"trippy"
|
||||
];
|
||||
casks = [
|
||||
"amethyst"
|
||||
"firefox"
|
||||
"logseq"
|
||||
"thunderbird"
|
||||
"protonvpn"
|
||||
"protonmail-bridge"
|
||||
];
|
||||
};
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue