switched from discord to webcord

This commit is contained in:
ISnortPennies 2022-09-11 22:54:36 -04:00
parent c56505cbbe
commit 5a88e315f0
3 changed files with 6 additions and 6 deletions

View file

@ -7,9 +7,10 @@
inputs.nixpkgs.follows = "nixpkgs";
};
spicetify-nix.url = "github:the-argus/spicetify-nix";
webcord.url = "github:fufexan/webcord-flake";
};
outputs = {self, nixpkgs, home-manager, spicetify-nix, ... }@inputs:
outputs = {self, nixpkgs, home-manager, spicetify-nix, webcord, ... }@inputs:
let
username = "gerg";
system = "x86_64-linux";
@ -56,6 +57,7 @@
nixosConfigurations = {
gerg-laptop = lib.nixosSystem {
inherit system pkgs;
specialArgs = inputs;
modules = [
./configuration.nix
./systems/laptop.nix
@ -63,6 +65,7 @@
};
gerg-desktop = lib.nixosSystem {
inherit system pkgs;
specialArgs = inputs;
modules = [
./configuration.nix
./systems/desktop.nix