firefox on same level

This commit is contained in:
twoneis 2024-07-02 03:07:38 +02:00
parent 2302e103cc
commit dcdfdbaa47
2 changed files with 125 additions and 123 deletions

View file

@ -1,4 +1,5 @@
{ pkgs, ... }: {
home-manager.users.twnoneis = {
programs.firefox = {
enable = true;
profiles = {
@ -125,4 +126,5 @@
};
};
};
};
}

View file

@ -1,4 +1,8 @@
{ config, pkgs, ... }: {
imports = [
./firefox.nix
];
networking.firewall.allowedTCPPorts = [
57621 # spotifyd
];
@ -9,10 +13,6 @@
};
home-manager.users.twoneis = {
imports = [
./firefox.nix
];
home.packages = with pkgs; [
signal-desktop
vesktop