Adicionado DMS e update de rotina
This commit is contained in:
+4
-3
@@ -7,7 +7,8 @@
|
||||
nixpkgs-master.url = "github:nixos/nixpkgs";
|
||||
nix-flatpak.url = "github:gmodena/nix-flatpak";
|
||||
preload-ng.url = "github:miguel-b-p/preload-ng";
|
||||
chaotic.url = "github:lonerOrz/nyx-loner";
|
||||
#chaotic.url = "github:lonerOrz/nyx-loner";
|
||||
nix-cachyos-kernel.url = "github:xddxdd/nix-cachyos-kernel/release";
|
||||
home-manager = {
|
||||
url = "github:nix-community/home-manager/";
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
@@ -25,7 +26,7 @@
|
||||
inputs.nixpkgs.follows = "nixpkgs";
|
||||
};
|
||||
};
|
||||
outputs = {self ,nixpkgs ,nixpkgs-stable ,nixpkgs-master ,home-manager ,zen-browser ,nur ,hayase ,nix-flatpak ,preload-ng ,chaotic , ...} @ inputs: {
|
||||
outputs = {self ,nixpkgs ,nixpkgs-stable ,nixpkgs-master ,home-manager ,zen-browser ,nur ,hayase ,nix-flatpak ,preload-ng ,nix-cachyos-kernel , ...} @ inputs: {
|
||||
nixosConfigurations = {
|
||||
"Alfa" = nixpkgs.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
@@ -36,7 +37,7 @@
|
||||
nix-flatpak.nixosModules.nix-flatpak
|
||||
preload-ng.nixosModules.default
|
||||
{services.preload-ng.enable = true;}
|
||||
chaotic.nixosModules.default
|
||||
#chaotic.nixosModules.default
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user