Update flake

This commit is contained in:
thiloho
2023-09-07 17:21:34 +02:00
parent 7c47dcd303
commit dc1627fe5e
3 changed files with 96 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
{ ... }:
{ inputs, ... }:
{
services = {
@@ -31,10 +31,10 @@
home-manager.users.thiloho = { pkgs, lib, config, ... }: {
programs = {
firefox = {
enable = true;
package = pkgs.firefox-devedition;
};
# firefox = {
# enable = true;
# package = pkgs.firefox-devedition;
# };
chromium = {
enable = true;
extensions = [
@@ -85,6 +85,7 @@
teamspeak5_client
discord
qbittorrent
inputs.firefox.packages.${pkgs.system}.firefox-nightly-bin
];
};
};