what have i done
This commit is contained in:
parent
0784e19b76
commit
0734c407d3
|
@ -14,6 +14,10 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
services.emacs = {
|
||||||
|
enable = true;
|
||||||
|
package = pkgs.emacs;
|
||||||
|
};
|
||||||
users.users.sako.packages = with pkgs; [
|
users.users.sako.packages = with pkgs; [
|
||||||
# bro
|
# bro
|
||||||
direnv
|
direnv
|
||||||
|
|
Loading…
Reference in a new issue