random stuff

This commit is contained in:
RingOfStorms (Joshua Bell) 2025-11-13 22:35:36 -06:00
parent b5c41437e3
commit 0d120e4057
5 changed files with 131 additions and 79 deletions

View file

@ -6,8 +6,8 @@
nixpkgs-unstable.url = "github:nixos/nixpkgs/nixos-unstable";
# Use relative to get current version for testing
# common.url = "path:../../flakes/common";
common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
common.url = "path:../../flakes/common";
# common.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/common";
# secrets.url = "path:../../flakes/secrets";
secrets.url = "git+https://git.joshuabell.xyz/ringofstorms/dotfiles?dir=flakes/secrets";
# flatpaks.url = "path:../../flakes/flatpaks";
@ -146,6 +146,11 @@
};
};
environment.systemPackages = with pkgs; [
vlang
ttyd
];
services.flatpak.packages = [
"org.signal.Signal"
"dev.vencord.Vesktop"