firefox on same level
This commit is contained in:
parent
2302e103cc
commit
dcdfdbaa47
2 changed files with 125 additions and 123 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue