aboutsummaryrefslogtreecommitdiff
path: root/flake.nix
diff options
context:
space:
mode:
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;