This commit is contained in:
xmm16 2024-12-11 00:07:40 -03:00
commit 6cc1602529
No known key found for this signature in database
2 changed files with 9 additions and 8 deletions

View file

@ -4,6 +4,7 @@
inherit
(pkgs)
wget2
emacs30-pgtk
alacritty
firefox
vesktop
@ -19,4 +20,9 @@
"libvirtd"
];
};
services.emacs = {
enable = true;
defaultEditor = true;
startWithGraphical = true;
};
}