Compare commits
2 commits
911cc18e65
...
4c6a9fc358
Author | SHA1 | Date | |
---|---|---|---|
4c6a9fc358 | |||
0026a64c7c |
2 changed files with 5 additions and 0 deletions
4
hmModules/vial/default.nix
Normal file
4
hmModules/vial/default.nix
Normal file
|
@ -0,0 +1,4 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = [ pkgs.vial ];
|
||||
}
|
|
@ -92,6 +92,7 @@
|
|||
"libreoffice"
|
||||
"logseq"
|
||||
"emacs"
|
||||
"vial"
|
||||
];
|
||||
extraGroups = [ ];
|
||||
backupPaths = [ ];
|
||||
|
|
Loading…
Add table
Reference in a new issue