home/natto: added tofi config, changed hyprland config + webcord

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2023-01-24 20:40:38 +05:30
parent df34f1fffc
commit 5e4c51a4ed
10 changed files with 96 additions and 41 deletions

View File

@@ -30,6 +30,7 @@
inputs.nixpkgs.url = github:nixos/nixpkgs?rev=fad51abd42ca17a60fc1d4cb9382e2d79ae31836;
};
hyprland.url = github:hyprwm/Hyprland;
webcord.url = github:huantianad/nixpkgs/webcord;
};
outputs = inputs@{ self, ... }:
@@ -49,6 +50,7 @@
config = {
allowUnfree = true;
allowBroken = true;
allowInsecure = true;
};
overlays = [
inputs.nvim-overlay.overlay