allow unfree

This commit is contained in:
Lorenz Hohermuth 2024-07-23 15:25:10 +02:00
parent 4cff4ec89b
commit 69eb3d3527
2 changed files with 2 additions and 5 deletions

View File

@ -12,11 +12,8 @@
lib = nixpkgs.lib; lib = nixpkgs.lib;
system = "x86_64-linux"; system = "x86_64-linux";
pkgs = nixpkgs.legacyPackages.${system}; pkgs = nixpkgs.legacyPackages.${system};
pkgs.config.allowUnfree = true;
in { in {
nixpkgs.config = {
allowUnfree = true;
allowUnfreePredicate = (_: true);
};
nixosConfigurations = { nixosConfigurations = {
hp-laptop-lho = lib.nixosSystem { hp-laptop-lho = lib.nixosSystem {
inherit system; inherit system;

View File

@ -29,7 +29,7 @@
pkgs.picom # compositoe pkgs.picom # compositoe
pkgs.ranger # file manager pkgs.ranger # file manager
pkgs.superfile # file manager pkgs.superfile # file manager
#pkgs.obsidian # notes pkgs.obsidian # notes
pkgs.arandr # manager monitor pkgs.arandr # manager monitor
pkgs.keepassxc # passwords pkgs.keepassxc # passwords
pkgs.devdocs-desktop # docs pkgs.devdocs-desktop # docs