mounts
This commit is contained in:
parent
1ce8d5a3f7
commit
1fd2d59464
4 changed files with 8 additions and 3 deletions
|
|
@ -1,5 +1,6 @@
|
|||
{ inputs, pkgs, ... }: {
|
||||
users.users.tao.packages = with pkgs; [
|
||||
miniserve
|
||||
# wkhtmltopdf
|
||||
# vial
|
||||
# cider
|
||||
|
|
|
|||
|
|
@ -3,4 +3,6 @@ return {
|
|||
color_scheme = "Dracula",
|
||||
warn_about_missing_glyphs = false,
|
||||
check_for_updates = false,
|
||||
|
||||
hide_tab_bar_if_only_one_tab = true,
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue