move firefox to user config
This commit is contained in:
parent
57c2613159
commit
506b21e430
7 changed files with 71 additions and 9 deletions
|
|
@ -22,7 +22,6 @@
|
|||
nixpkgs = {
|
||||
config = {
|
||||
allowUnfree = true;
|
||||
allowUnfreePredicate = pkg: builtins.elem (builtins.parseDrvName pkg.name).name ["steam"];
|
||||
|
||||
permittedInsecurePackages = [
|
||||
"electron-25.9.0" # obsidian
|
||||
|
|
|
|||
|
|
@ -17,6 +17,7 @@
|
|||
unzip
|
||||
wget
|
||||
xdg-desktop-portal-gtk
|
||||
xdg-desktop-portal-wlr
|
||||
zoxide
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -13,8 +13,6 @@ users.users.gpskwlkr = {
|
|||
"docker"
|
||||
];
|
||||
packages = with pkgs; [
|
||||
firefox
|
||||
tree
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue