move firefox to user config

This commit is contained in:
gpskwlkr 2024-03-25 20:05:50 +04:00
parent 57c2613159
commit 506b21e430
7 changed files with 71 additions and 9 deletions

View file

@ -22,7 +22,6 @@
nixpkgs = {
config = {
allowUnfree = true;
allowUnfreePredicate = pkg: builtins.elem (builtins.parseDrvName pkg.name).name ["steam"];
permittedInsecurePackages = [
"electron-25.9.0" # obsidian

View file

@ -17,6 +17,7 @@
unzip
wget
xdg-desktop-portal-gtk
xdg-desktop-portal-wlr
zoxide
];
}

View file

@ -13,8 +13,6 @@ users.users.gpskwlkr = {
"docker"
];
packages = with pkgs; [
firefox
tree
];
};