lmao
This commit is contained in:
parent
7c34528ae3
commit
0f8cc8eb17
1 changed files with 3 additions and 3 deletions
|
@ -14,16 +14,15 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
|
# ues daemon
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
enable = true;
|
enable = true;
|
||||||
install = true;
|
install = true;
|
||||||
package = pkgs.emacs;
|
package = pkgs.emacs;
|
||||||
};
|
};
|
||||||
users.users.sako.packages = with pkgs; [
|
users.users.sako.packages = with pkgs; [
|
||||||
# bro
|
# direnv
|
||||||
direnv
|
direnv
|
||||||
# daemon lmao
|
|
||||||
#emacs
|
|
||||||
];
|
];
|
||||||
home-manager.users.sako.home.file.".emacs.d" = {
|
home-manager.users.sako.home.file.".emacs.d" = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -32,6 +31,7 @@ in {
|
||||||
};
|
};
|
||||||
fonts.fonts = with pkgs; [
|
fonts.fonts = with pkgs; [
|
||||||
(nerdfonts.override {fonts = ["JetBrainsMono"];})
|
(nerdfonts.override {fonts = ["JetBrainsMono"];})
|
||||||
|
jetbrains-mono
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue