Compare commits

...

2 commits

Author SHA1 Message Date
4c6a9fc358
Enable vial on picard
Some checks failed
/ test (push) Failing after 13s
2024-10-28 12:13:16 +01:00
0026a64c7c
Add vial home-manager module 2024-10-28 12:13:03 +01:00
2 changed files with 5 additions and 0 deletions

View file

@ -0,0 +1,4 @@
{ pkgs, ... }:
{
home.packages = [ pkgs.vial ];
}

View file

@ -92,6 +92,7 @@
"libreoffice"
"logseq"
"emacs"
"vial"
];
extraGroups = [ ];
backupPaths = [ ];