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
|
./home.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
upkgs.config.allowUnfree = true;
|
|
||||||
# List packages installed in system profile. To search, run:
|
# List packages installed in system profile. To search, run:
|
||||||
# $ nix search wget
|
# $ nix search wget
|
||||||
environment.systemPackages = with upkgs; [
|
environment.systemPackages = with upkgs; [
|
||||||
|
|
5
home.nix
5
home.nix
|
@ -48,7 +48,6 @@ in
|
||||||
dogdns
|
dogdns
|
||||||
scc
|
scc
|
||||||
typst
|
typst
|
||||||
geogebra
|
|
||||||
#marker.pkgs.end#
|
#marker.pkgs.end#
|
||||||
(import ./traewelling.script.nix)
|
(import ./traewelling.script.nix)
|
||||||
(import ./plans.script.nix)
|
(import ./plans.script.nix)
|
||||||
|
@ -60,12 +59,16 @@ in
|
||||||
olm
|
olm
|
||||||
mkchromecast
|
mkchromecast
|
||||||
feh
|
feh
|
||||||
|
geogebra
|
||||||
]);
|
]);
|
||||||
|
|
||||||
nixpkgs.config.permittedInsecurePackages = [
|
nixpkgs.config.permittedInsecurePackages = [
|
||||||
"olm-3.2.16"
|
"olm-3.2.16"
|
||||||
"python3.12-youtube-dl-2021.12.17"
|
"python3.12-youtube-dl-2021.12.17"
|
||||||
];
|
];
|
||||||
|
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
|
||||||
|
"geogebra"
|
||||||
|
];
|
||||||
|
|
||||||
home-manager.backupFileExtension = ".hm-old";
|
home-manager.backupFileExtension = ".hm-old";
|
||||||
home-manager.users.tudbut = {
|
home-manager.users.tudbut = {
|
||||||
|
|
Loading…
Add table
Reference in a new issue