mirror of
https://github.com/librephoenix/nixos-config
synced 2025-11-30 22:54:01 +05:30
Updated system
This commit is contained in:
parent
fe829f69c2
commit
d7c174bc57
4 changed files with 49 additions and 48 deletions
|
|
@ -14,11 +14,13 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs-stable; [
|
||||
## THIS IS BROKEN BECAUSE THEY CHANGED EMACS IN NIXPKGS I THINK
|
||||
config = lib.mkIf false {
|
||||
#config = lib.mkIf cfg.enable {
|
||||
home.packages = with pkgs; [
|
||||
(pkgs.emacsWithPackagesFromUsePackage {
|
||||
config = ./init.el;
|
||||
package = pkgs-stable.emacs-pgtk;
|
||||
package = pkgs.emacs-pgtk;
|
||||
alwaysEnsure = false;
|
||||
extraEmacsPackages = epkgs: with epkgs; [
|
||||
org-modern olivetti
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue