make emacs config manual :(
This commit is contained in:
parent
dd2339d34b
commit
660a78ae49
9
home.nix
9
home.nix
@ -20,6 +20,7 @@ with lib.hm.gvariant;
|
||||
pkgs.fzf
|
||||
pkgs.nerdfonts
|
||||
pkgs.eza
|
||||
pkgs.python3
|
||||
# pkgs.gnupg
|
||||
# pkgs.python3
|
||||
# (pkgs.python3.withPackages(
|
||||
@ -96,10 +97,10 @@ with lib.hm.gvariant;
|
||||
# programs.gdb = {
|
||||
# enable = true;
|
||||
# };
|
||||
home.file.".emacs.d" = {
|
||||
source = inputs.emacs-config;
|
||||
recursive = true;
|
||||
};
|
||||
# home.file.".emacs.d" = {
|
||||
# source = inputs.emacs-config;
|
||||
# recursive = true;
|
||||
# };
|
||||
home.file.".face".source = builtins.fetchurl {
|
||||
url = "https://marq42.xyz/rena.webp";
|
||||
sha256 = "10x3qvfdp79fmbbi7ljnqx419xmwpiyyr4pfxhynh3xq7fd0laz2";
|
||||
|
Loading…
Reference in New Issue
Block a user