allow unfree
This commit is contained in:
parent
4cff4ec89b
commit
69eb3d3527
|
@ -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;
|
||||||
|
|
2
home.nix
2
home.nix
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue