feat: update flake; feat: use kanagawa
This commit is contained in:
parent
85106bba28
commit
fc29618f45
4 changed files with 19 additions and 61 deletions
14
flake.nix
14
flake.nix
|
@ -1,7 +1,7 @@
|
|||
{
|
||||
description = "Pankomacs";
|
||||
inputs = {
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
|
||||
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
|
||||
parts = {
|
||||
url = "github:hercules-ci/flake-parts";
|
||||
inputs.nixpkgs-lib.follows = "nixpkgs";
|
||||
|
@ -38,16 +38,8 @@
|
|||
};
|
||||
|
||||
packages = {
|
||||
pankomacs = mkEmacs (
|
||||
pkgs.emacs29-pgtk.override {
|
||||
withSystemd = false;
|
||||
}
|
||||
);
|
||||
pankomacs-x11 = mkEmacs (
|
||||
pkgs.emacs-gtk.override {
|
||||
withSystemd = false;
|
||||
}
|
||||
);
|
||||
pankomacs = mkEmacs pkgs.emacs30-pgtk;
|
||||
pankomacs-x11 = mkEmacs pkgs.emacs30-gtk3;
|
||||
};
|
||||
|
||||
formatter = pkgs.nixfmt-rfc-style;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue