mirror of
https://github.com/js0ny/dotfiles.git
synced 2025-12-21 08:43:00 +00:00
apps: discord
This commit is contained in:
parent
bddc75a08b
commit
dc742c2b52
21 changed files with 221 additions and 50 deletions
|
|
@ -45,6 +45,7 @@
|
|||
url = "github:youwen5/zen-browser-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nixcord.url = "github:kaylorben/nixcord";
|
||||
};
|
||||
|
||||
outputs = {
|
||||
|
|
@ -63,6 +64,7 @@
|
|||
betterfox-nix,
|
||||
firefox-addons,
|
||||
zen-browser,
|
||||
nixcord,
|
||||
...
|
||||
} @ inputs: let
|
||||
overlays = [
|
||||
|
|
@ -130,6 +132,7 @@
|
|||
sops-nix.homeManagerModules.sops
|
||||
niri-flake.homeModules.niri
|
||||
betterfox-nix.modules.homeManager.betterfox
|
||||
nixcord.homeModules.nixcord
|
||||
];
|
||||
};
|
||||
"js0ny@nixvirt" = home-manager.lib.homeManagerConfiguration {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue