cityseventeen: change font from anakron to kirsch

This commit is contained in:
Artur Manuel 2025-04-20 09:45:34 +01:00
commit 3249734cba
Signed by: amadaluzia
SSH key fingerprint: SHA256:ubvwT66gNUKSsgSzEb2UQnX8pzTq5N+r8eRVYGJJm4Q
11 changed files with 184 additions and 115 deletions

View file

@ -1,5 +1,20 @@
{
description = "Alqueva is the largest lake in Portugal.";
outputs =
inputs@{ flake-parts, ... }:
flake-parts.lib.mkFlake
{
inherit inputs;
}
{
systems = [ "x86_64-linux" ];
imports = [
./hosts
./shells
./lib
];
};
inputs = {
nixpkgs = {
type = "github";
@ -25,12 +40,6 @@
repo = "git-hooks.nix";
inputs.nixpkgs.follows = "nixpkgs";
};
disko = {
type = "github";
owner = "nix-community";
repo = "disko";
inputs.nixpkgs.follows = "nixpkgs";
};
wallpkgs = {
type = "github";
owner = "notashelf";
@ -42,12 +51,6 @@
ref = "main";
inputs.nixpkgs.follows = "nixpkgs";
};
rosepine-qutebrowser = {
type = "github";
owner = "aalbegr";
repo = "qutebrowser-rose-pine";
flake = false;
};
painless-neovim = {
type = "git";
url = "https://copeberg.org/amadaluzia/painless-neovim.git";
@ -65,19 +68,15 @@
url = "https://copeberg.org/amadaluzia/alqages.git";
inputs.nixpkgs.follows = "nixpkgs";
};
};
outputs =
inputs@{ flake-parts, ... }:
flake-parts.lib.mkFlake
{
inherit inputs;
}
{
systems = [ "x86_64-linux" ];
imports = [
./hosts
./shells
./lib
];
kirsch = {
type = "github";
owner = "molarmanful";
repo = "kirsch";
ref = "main";
inputs = {
nixpkgs.follows = "nixpkgs";
flake-parts.follows = "flake-parts";
};
};
};
}