feat: update flake; feat: use kanagawa

This commit is contained in:
Artur Manuel 2024-11-23 21:03:41 +00:00
commit fc29618f45
4 changed files with 19 additions and 61 deletions

View file

@ -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;