cityseventeen: change font from anakron to kirsch
This commit is contained in:
parent
0f84fdf8b4
commit
3249734cba
11 changed files with 184 additions and 115 deletions
51
flake.nix
51
flake.nix
|
@ -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";
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue