force rebuild attempt 1
This commit is contained in:
parent
73910f7e47
commit
24a83a5206
2 changed files with 13 additions and 13 deletions
|
@ -21,10 +21,10 @@
|
||||||
url = "github:Mic92/sops-nix";
|
url = "github:Mic92/sops-nix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
emacs-overlay = {
|
#emacs-overlay = {
|
||||||
url = "github:nix-community/emacs-overlay";
|
#url = "github:nix-community/emacs-overlay";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
#inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
#};
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|
|
@ -16,19 +16,19 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
config = mkIf cfg.enable {
|
config = mkIf cfg.enable {
|
||||||
nixpkgs.overlays = [
|
#nixpkgs.overlays = [
|
||||||
inputs.emacs-overlay.overlay
|
# inputs.emacs-overlay.overlay
|
||||||
];
|
#];
|
||||||
# ues daemon
|
# ues daemon
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
enable = cfg.daemon;
|
enable = cfg.daemon;
|
||||||
install = true;
|
install = true;
|
||||||
#package = pkgs.emacs29-pgtk;
|
package = pkgs.emacs29-pgtk;
|
||||||
package = pkgs.emacsWithPackagesFromUsePackage {
|
# package = pkgs.emacsWithPackagesFromUsePackage {
|
||||||
config = ../../../../config/emacs/init.el;
|
# config = ../../../../config/emacs/init.el;
|
||||||
package = pkgs.emacs-pgtk;
|
# package = pkgs.emacs-pgtk;
|
||||||
defaultInitFile = true;
|
# defaultInitFile = true;
|
||||||
};
|
# };
|
||||||
};
|
};
|
||||||
users.users.sako.packages = with pkgs; [
|
users.users.sako.packages = with pkgs; [
|
||||||
# direnv
|
# direnv
|
||||||
|
|
Loading…
Reference in a new issue