More polybar changes and added discord

This commit is contained in:
marc
2022-11-07 19:40:18 +01:00
parent 5f41530745
commit 4577adc53f
9 changed files with 33 additions and 5 deletions

View File

@@ -18,6 +18,7 @@
pkgs = import nixpkgs {
inherit system;
config.allowUnfree = true;
overlays = import ./overlays;
};
lib = nixpkgs.lib;
in {
@@ -26,6 +27,7 @@
# - Kopavogur ----------------------------
kopavogur = lib.nixosSystem {
inherit system;
inherit pkgs;
modules = [
./system/modules