diff options
Diffstat (limited to 'flake.nix')
| -rw-r--r-- | flake.nix | 20 |
1 files changed, 5 insertions, 15 deletions
@@ -5,14 +5,14 @@ nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable"; nixpkgs-stable.url = "github:NixOS/nixpkgs/nixos-25.11"; - nixcord = { - url = "github:FlameFlag/nixcord"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - # Hardware and gaming nixos-hardware.url = "github:NixOS/nixos-hardware/master"; + nixos-mailserver = { + url = "gitlab:simple-nixos-mailserver/nixos-mailserver/nixos-26.05"; + inputs.nixpkgs.follows = "nixpkgs"; + }; + microvm = { url = "github:microvm-nix/microvm.nix"; inputs.nixpkgs.follows = "nixpkgs"; @@ -28,11 +28,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - nix-gaming-edge = { - url = "github:powerofthe69/nix-gaming-edge"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - # System Utilities sops-nix = { url = "github:Mic92/sops-nix"; @@ -70,11 +65,6 @@ inputs.nixpkgs.follows = "nixpkgs"; }; - spicetify-nix = { - url = "github:Gerg-L/spicetify-nix"; - inputs.nixpkgs.follows = "nixpkgs"; - }; - # Other omnisearch = { # url = "git+https://git.bwaaa.monster/omnisearch"; |
