mirror of
https://codeberg.org/tmayoff/.dotfiles.git
synced 2025-12-06 08:48:34 -05:00
remove cosmic packages
This commit is contained in:
parent
4a1cdbccd4
commit
7ff27ce9b3
2 changed files with 2 additions and 9 deletions
|
|
@ -21,10 +21,6 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
nixpkgs-bitwarden.url = "github:nixos/nixpkgs/6fd0382c80e18f0883709fb5a6bf9f40bc671a62";
|
nixpkgs-bitwarden.url = "github:nixos/nixpkgs/6fd0382c80e18f0883709fb5a6bf9f40bc671a62";
|
||||||
|
|
||||||
cosmic = {
|
|
||||||
url = "github:lilyinstarlight/nixos-cosmic";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = {
|
outputs = {
|
||||||
|
|
@ -37,8 +33,7 @@
|
||||||
darwin,
|
darwin,
|
||||||
helix,
|
helix,
|
||||||
stylix,
|
stylix,
|
||||||
cosmic,
|
...
|
||||||
...
|
|
||||||
} @ inputs: let
|
} @ inputs: let
|
||||||
inherit (self) outputs;
|
inherit (self) outputs;
|
||||||
|
|
||||||
|
|
@ -137,7 +132,6 @@
|
||||||
# extraSpecialArgs = {inherit inputs outputs;};
|
# extraSpecialArgs = {inherit inputs outputs;};
|
||||||
# modules = [stylix.homeManagerModules.stylix ./home/wash/wash.nix];
|
# modules = [stylix.homeManagerModules.stylix ./home/wash/wash.nix];
|
||||||
# };
|
# };
|
||||||
|
};
|
||||||
};
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -20,7 +20,6 @@
|
||||||
config = {
|
config = {
|
||||||
allowUnfree = true;
|
allowUnfree = true;
|
||||||
permittedInsecurePackages = [
|
permittedInsecurePackages = [
|
||||||
"fluffychat-linux-1.23.0"
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue