More polybar changes and added discord
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user