disable cosmic
This commit is contained in:
parent
b0e94064c5
commit
731d43aff1
1 changed files with 10 additions and 10 deletions
20
flake.nix
20
flake.nix
|
|
@ -6,8 +6,8 @@
|
|||
disko.inputs.nixpkgs.follows = "nixpkgs";
|
||||
home-manager.url = "github:nix-community/home-manager/master";
|
||||
home-manager.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
||||
nixos-cosmic.inputs.nixpkgs.follows = "nixpkgs";
|
||||
# nixos-cosmic.url = "github:lilyinstarlight/nixos-cosmic";
|
||||
# nixos-cosmic.inputs.nixpkgs.follows = "nixpkgs";
|
||||
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
|
||||
stylix.url = "github:danth/stylix";
|
||||
stylix.inputs.nixpkgs.follows = "nixpkgs";
|
||||
|
|
@ -17,7 +17,7 @@
|
|||
self,
|
||||
nixpkgs,
|
||||
nix,
|
||||
nixos-cosmic,
|
||||
# nixos-cosmic,
|
||||
nixos-hardware,
|
||||
home-manager,
|
||||
stylix,
|
||||
|
|
@ -72,13 +72,13 @@
|
|||
};
|
||||
loki = lib.nixosSystem {
|
||||
modules = [
|
||||
{
|
||||
nix.settings = {
|
||||
substituters = ["https://cosmic.cachix.org/"];
|
||||
trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
|
||||
};
|
||||
}
|
||||
nixos-cosmic.nixosModules.default
|
||||
# {
|
||||
# nix.settings = {
|
||||
# substituters = ["https://cosmic.cachix.org/"];
|
||||
# trusted-public-keys = ["cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="];
|
||||
# };
|
||||
# }
|
||||
# nixos-cosmic.nixosModules.default
|
||||
./hosts/loki
|
||||
];
|
||||
specialArgs = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue