diff --git a/nixos/flake.nix b/nixos/flake.nix index ebfa979a..137d1171 100644 --- a/nixos/flake.nix +++ b/nixos/flake.nix @@ -1,20 +1,46 @@ + { inputs = { - nixtheplanet.url = "github:matthewcroughan/nixtheplanet"; - railbird-secrets = { - url = "git+ssh://gitea@dev.railbird.ai:1123/railbird/secrets-flake.git"; - }; - nixos-hardware = { url = "github:colonelpanic8/nixos-hardware/add-g834jzr"; }; - nixpkgs = { url = "github:NixOS/nixpkgs/nixos-unstable"; }; + flake-utils = { + url = "github:numtide/flake-utils"; + inputs.systems.follows = "systems"; + }; + + systems = { url = "github:nix-systems/default"; }; + + git-ignore-nix = { + url = "github:hercules-ci/gitignore.nix"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + home-manager = { url = "github:colonelpanic8/home-manager/colonelpanic8/multiple-backup-files"; inputs.nixpkgs.follows = "nixpkgs"; }; + nixos-hardware = { url = "github:colonelpanic8/nixos-hardware/add-g834jzr"; }; + + nixos-wsl = { url = "github:nix-community/NixOS-WSL"; }; + + agenix = { url = "github:ryantm/agenix"; }; + + railbird-secrets = { + url = "git+ssh://gitea@dev.railbird.ai:1123/railbird/secrets-flake.git"; + }; + + xmonad = { + url = "github:xmonad/xmonad"; + inputs = { + nixpkgs.follows = "nixpkgs"; + flake-utils.follows = "flake-utils"; + git-ignore-nix.follows = "git-ignore-nix"; + }; + }; + xmonad-contrib = { url = "github:IvanMalison/xmonad-contrib/withMyChanges"; inputs = { @@ -25,15 +51,6 @@ }; }; - xmonad = { - url = "github:xmonad/xmonad"; - inputs = { - nixpkgs.follows = "nixpkgs"; - flake-utils.follows = "flake-utils"; - git-ignore-nix.follows = "git-ignore-nix"; - }; - }; - taffybar = { url = "github:taffybar/taffybar/old-master"; inputs = { @@ -63,18 +80,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - flake-utils = { - url = "github:numtide/flake-utils"; - inputs.systems.follows = "systems"; - }; - - systems = { url = "github:nix-systems/default"; }; - - git-ignore-nix = { - url = "github:hercules-ci/gitignore.nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - gtk-sni-tray = { url = "github:taffybar/gtk-sni-tray"; inputs = { @@ -107,9 +112,7 @@ nixified-ai = { url = "github:nixified-ai/flake"; }; - nixos-wsl = { url = "github:nix-community/NixOS-WSL"; }; - - agenix.url = "github:ryantm/agenix"; + nixtheplanet.url = "github:matthewcroughan/nixtheplanet"; }; outputs = inputs@{