Switch terminal and font

This commit is contained in:
Charlotte Van Petegem 2023-02-14 17:13:25 +01:00
parent 2b77c2d461
commit b551918273
No known key found for this signature in database
GPG key ID: 019E764B7184435A
9 changed files with 37 additions and 100 deletions

View file

@ -62,7 +62,6 @@
};
};
nixpkgs.url = "github:nixos/nixpkgs/nixos-unstable";
nixpkgs-stable.url = "github:nixos/nixpkgs/nixos-22.11";
nur.url = "github:nix-community/NUR";
tetris = {
url = "github:chvp/tetris";
@ -88,7 +87,7 @@
};
};
outputs = inputs@{ self, nixpkgs, nixpkgs-stable, accentor, accentor-api, accentor-web, agenix, devshell, emacs-overlay, flake-utils, home-manager, nixos-mailserver, nur, tetris, utils, www-chvp-be }:
outputs = inputs@{ self, nixpkgs, accentor, accentor-api, accentor-web, agenix, devshell, emacs-overlay, flake-utils, home-manager, nixos-mailserver, nur, tetris, utils, www-chvp-be }:
utils.lib.mkFlake {
inherit self inputs;
channels.nixpkgs = {
@ -101,7 +100,6 @@
(self: super: {
tetris = tetris.packages.${self.system}.default;
matrix-hookshot = self.callPackage ./packages/matrix-hookshot { };
wezterm = nixpkgs-stable.legacyPackages.${self.system}.wezterm;
})
nur.overlay
www-chvp-be.overlay