chore: enable quick tab-switch for firefox

This commit is contained in:
Swarsel 2024-07-17 04:16:22 +02:00
parent 2a2a93e5b0
commit 3415c8b0cb
Signed by: swarsel
GPG key ID: 26A54C31F2A4FD84
5 changed files with 878 additions and 516 deletions

View file

@ -24,6 +24,8 @@
# kernelPackages = pkgs.linuxPackages_latest;
};
sops.age.sshKeyPaths = [ "${config.users.users.swarsel.home}/.ssh/sops" ];
networking = {
hostName = "fourside"; # Define your hostname.
nftables.enable = true;
@ -136,10 +138,12 @@
enable = false;
};
services.power-profiles-daemon.enable = true;
services.fprintd.enable = true;
users.users.swarsel = {
isNormalUser = true;
description = "Leon S";
hashedPasswordFile = config.sops.secrets.swarseluser.path;
extraGroups = [ "networkmanager" "wheel" "lp" "audio" "video" "vboxusers" "scanner" ];
packages = with pkgs; [];
};