looking good

This commit is contained in:
Till 2026-01-22 17:07:22 +01:00
parent a1e9bb892a
commit 8d34db82c8
4 changed files with 22 additions and 23 deletions

View file

@ -2,6 +2,16 @@
{
imports = [
./slim-desktop.nix
./gnome
./firefox.nix
./librewolf.nix
./tex.nix
./fonts.nix
./r.nix
];
home.packages = with pkgs; [
# messenger
@ -42,17 +52,6 @@
];
imports = [
./slim-desktop.nix
./gnome
./firefox.nix
./librewolf.nix
./tex.nix
./fonts.nix
./r.nix
];
programs.obs-studio.enable = true;
# programs.freetube.enable = true;
}

View file

@ -34,7 +34,7 @@
${config.home.username} = {
name = config.home.username;
isDefault = true;
extensions.packages = with inputs.firefox-addons.packages.${pkgs.system}; [
extensions.packages = with inputs.firefox-addons.packages.${pkgs.stdenv.hostPlatform.system}; [
auto-tab-discard
keepassxc-browser
passff

View file

@ -12,7 +12,6 @@
home.packages = with pkgs.gnomeExtensions; [
run-or-raise
removable-drive-menu
# system-monitor
];
dconf.settings = {