.
This commit is contained in:
+19
-26
@@ -9,28 +9,11 @@
|
||||
#chaotic.url = "github:lonerOrz/nyx-loner";
|
||||
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel";
|
||||
aagl.url = "github:ezKEa/aagl-gtk-on-nix";
|
||||
dms.url = "github:AvengeMedia/DankMaterialShell";
|
||||
niri.url = "github:sodiboo/niri-flake";
|
||||
sops-nix = {
|
||||
url = "github:Mic92/sops-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
dms-plugin-registry = {
|
||||
url = "github:AvengeMedia/dms-plugin-registry";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
quickshell = {
|
||||
url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
nur = {
|
||||
url = "github:nix-community/NUR";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
zen-browser = {
|
||||
url = "github:0xc000022070/zen-browser-flake";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
@@ -39,22 +22,32 @@
|
||||
url = "github:darkguibrine/shiru-nix";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
noctalia = {
|
||||
url = "github:noctalia-dev/noctalia-shell";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
#noctalia = {
|
||||
# url = "github:noctalia-dev/noctalia-shell";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
#};
|
||||
#dms.url = "github:AvengeMedia/DankMaterialShell";
|
||||
#niri.url = "github:sodiboo/niri-flake";
|
||||
#}
|
||||
#dms-plugin-registry = {
|
||||
# url = "github:AvengeMedia/dms-plugin-registry";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
#};
|
||||
#quickshell = {
|
||||
# url = "git+https://git.outfoxxed.me/outfoxxed/quickshell";
|
||||
# inputs.nixpkgs.follows = "nixpkgs";
|
||||
#};
|
||||
};
|
||||
outputs = {self ,nixpkgs ,nixpkgs-stable ,nixpkgs-master ,home-manager ,zen-browser ,nur ,shiru ,preload-ng ,nix-cachyos-kernel ,aagl ,sops-nix ,dms ,quickshell ,dms-plugin-registry ,niri ,noctalia , ...} @ inputs: {
|
||||
outputs = {self ,nixpkgs ,nixpkgs-stable ,nixpkgs-master ,home-manager ,zen-browser ,shiru ,preload-ng ,nix-cachyos-kernel ,aagl , ...} @ inputs: {
|
||||
nixosConfigurations = {
|
||||
"Alfa" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
./configuration.nix
|
||||
nur.modules.nixos.default
|
||||
preload-ng.nixosModules.default
|
||||
niri.nixosModules.niri
|
||||
sops-nix.nixosModules.sops
|
||||
#niri.nixosModules.niri
|
||||
#sops-nix.nixosModules.sops
|
||||
{services.preload-ng.enable = true;}
|
||||
#chaotic.nixosModules.default
|
||||
{imports = [ aagl.nixosModules.default ];
|
||||
|
||||
Reference in New Issue
Block a user