Various qwark updates
This commit is contained in:
@@ -14,14 +14,14 @@
|
||||
url = "github:nix-community/home-manager/master";
|
||||
inputs.nixpkgs.follows = "nixpkgs-unstable";
|
||||
};
|
||||
# hm-stable = {
|
||||
# url = "github:nix-community/home-manager/release-25.05";
|
||||
# inputs.nixpkgs-stable.follows = "nixpkgs";
|
||||
# };
|
||||
hm-stable = {
|
||||
url = "github:nix-community/home-manager/release-25.05";
|
||||
inputs.nixpkgs.follows = "nixpkgs-stable";
|
||||
};
|
||||
zapret.url = "github:n0vvvonder/zapret-flake.nix";
|
||||
};
|
||||
|
||||
outputs = { self, nixpkgs-unstable, impermanence, home-manager, zapret, nixpkgs-stable, ...}@inputs: {
|
||||
outputs = { self, nixpkgs-unstable, impermanence, home-manager, zapret, nixpkgs-stable, hm-stable, ...}@inputs: {
|
||||
nixosConfigurations = {
|
||||
Ratchet = nixpkgs-unstable.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
@@ -83,7 +83,7 @@
|
||||
}
|
||||
];
|
||||
};
|
||||
Quark = nixpkgs-stable.lib.nixosSystem {
|
||||
Qwark = nixpkgs-stable.lib.nixosSystem {
|
||||
system = "x86_64-linux";
|
||||
specialArgs = { inherit inputs; };
|
||||
modules = [
|
||||
@@ -95,14 +95,14 @@
|
||||
./hosts/Quark/sound.nix
|
||||
./hosts/generic/virtualization.nix
|
||||
./desktop/cinnamon.nix
|
||||
# hm-stable.nixosModules.home-manager {
|
||||
# home-manager.useUserPackages = true;
|
||||
# home-manager.users.yaroslav = {
|
||||
# imports = [
|
||||
# ./home/yaroslav/home.nix
|
||||
# ];
|
||||
# };
|
||||
# }
|
||||
hm-stable.nixosModules.home-manager {
|
||||
home-manager.useUserPackages = true;
|
||||
home-manager.users.yaroslav = {
|
||||
imports = [
|
||||
./home/yaroslav/home.nix
|
||||
];
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user