vars #8
4 changed files with 2 additions and 5 deletions
|
|
@ -34,7 +34,6 @@
|
||||||
nixpkgs.config.allowUnfreePredicate = pkg:
|
nixpkgs.config.allowUnfreePredicate = pkg:
|
||||||
builtins.elem (lib.getName pkg) [ "widevine-cdm" ];
|
builtins.elem (lib.getName pkg) [ "widevine-cdm" ];
|
||||||
colmena = {
|
colmena = {
|
||||||
# colmenaHive = colmena.lib.makeHive {
|
|
||||||
meta = {
|
meta = {
|
||||||
nixpkgs = import nixpkgs { system = "x86_64-linux"; };
|
nixpkgs = import nixpkgs { system = "x86_64-linux"; };
|
||||||
specialArgs = { inherit inputs outputs; };
|
specialArgs = { inherit inputs outputs; };
|
||||||
|
|
|
||||||
|
|
@ -10,6 +10,7 @@
|
||||||
# };
|
# };
|
||||||
services.greetd = {
|
services.greetd = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
# package = "greetd.wlgreet";
|
||||||
settings = {
|
settings = {
|
||||||
default_session = {
|
default_session = {
|
||||||
command =
|
command =
|
||||||
|
|
|
||||||
|
|
@ -60,6 +60,5 @@ in {
|
||||||
wrapperFeatures.gtk = true;
|
wrapperFeatures.gtk = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
services.greetd.package = "greetd.wlgreet";
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -229,9 +229,7 @@ in {
|
||||||
# Allow unfree packages
|
# Allow unfree packages
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
nixpkgs.config.allowUnfreePredicate = true;
|
nixpkgs.config.allowUnfreePredicate = true;
|
||||||
# pkg:
|
nixpkgs.config.permittedInsecurePackages = [ "libxml2-2.13.8" ];
|
||||||
# builtins.elem (lib.getName pkg) [ "widevine-cdm" ];
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [ "electron-33.4.11" ];
|
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
anonymousPro
|
anonymousPro
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue