aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
authorCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-19 15:22:53 -0600
committerCollin Williams <96917990+bluedragon1221@users.noreply.github.com>2025-12-19 15:22:53 -0600
commit7fc4bb05905697e6a43fa3805da45768ea9a9858 (patch)
tree8d2857bb18ea5808f254e663f6da654313ab94b1 /flake.nix
parent5a5b183373c3732d96bb834b3ba0fcf2e88e590f (diff)
parentcdad26dfda64e94d19db576e93793ded9434bd09 (diff)
merge from main
Diffstat (limited to 'flake.nix')
-rw-r--r--flake.nix22
1 files changed, 17 insertions, 5 deletions
diff --git a/flake.nix b/flake.nix
index 6467578..f019422 100644
--- a/flake.nix
+++ b/flake.nix
@@ -1,6 +1,14 @@
{
inputs = {
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
+ # determinate = {
+ # # I HATE FLAKEHUB
+ # url = "github:DeterminateSystems/determinate";
+ # inputs = {
+ # nix.url = "github:DeterminateSystems/nix-src";
+ # nixpkgs.follows = "nixpkgs";
+ # };
+ # };
disko = {
url = "github:nix-community/disko";
@@ -9,14 +17,13 @@
nixos-facter-modules.url = "github:numtide/nixos-facter-modules";
- lanzaboote = {
- url = "github:nix-community/lanzaboote";
+ nocargo = {
+ url = "github:oxalica/nocargo";
inputs.nixpkgs.follows = "nixpkgs";
};
- # for server that doesn't have nixos
- system-manager = {
- url = "github:numtide/system-manager";
+ lanzaboote = {
+ url = "github:nix-community/lanzaboote";
inputs.nixpkgs.follows = "nixpkgs";
};
@@ -25,6 +32,11 @@
inputs.nixpkgs.follows = "nixpkgs";
};
+ tmux-tsunami = {
+ url = "github:bluedragon1221/tmux-tsunami";
+ inputs.nixpkgs.follows = "nixpkgs";
+ };
+
firefox-csshacks = {
url = "github:MrOtherGuy/firefox-csshacks";
flake = false;