pkgs.user: fix geogebra
This commit is contained in:
parent
90bad50a90
commit
fc1fddd8f5
2 changed files with 4 additions and 2 deletions
|
@ -14,7 +14,6 @@ in
|
|||
./home.nix
|
||||
];
|
||||
|
||||
upkgs.config.allowUnfree = true;
|
||||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with upkgs; [
|
||||
|
|
5
home.nix
5
home.nix
|
@ -48,7 +48,6 @@ in
|
|||
dogdns
|
||||
scc
|
||||
typst
|
||||
geogebra
|
||||
#marker.pkgs.end#
|
||||
(import ./traewelling.script.nix)
|
||||
(import ./plans.script.nix)
|
||||
|
@ -60,12 +59,16 @@ in
|
|||
olm
|
||||
mkchromecast
|
||||
feh
|
||||
geogebra
|
||||
]);
|
||||
|
||||
nixpkgs.config.permittedInsecurePackages = [
|
||||
"olm-3.2.16"
|
||||
"python3.12-youtube-dl-2021.12.17"
|
||||
];
|
||||
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||
"geogebra"
|
||||
];
|
||||
|
||||
home-manager.backupFileExtension = ".hm-old";
|
||||
home-manager.users.tudbut = {
|
||||
|
|
Loading…
Add table
Reference in a new issue