started configuring firefox

This commit is contained in:
Till 2023-12-03 04:00:17 +01:00
parent cd15174cd6
commit dc4e826651
6 changed files with 79 additions and 10 deletions

View file

@ -14,6 +14,7 @@
gnome-initial-setup
]);
environment.systemPackages = with pkgs.gnome; [
gnome-sound-recorder
gnome-tweaks
gedit
gnome-boxes

View file

@ -28,10 +28,9 @@ in
# /home/till/.local/share/Steam
# /home/till/.cache
# /home/till/tmp
# todo:
# /home/till/.mozilla/firefox
# /home/till/.mozilla/firefox/till/storage
# /home/till/.config/Mattermost/Cache
# /home/till/.config/Mattermost/Code\ Cache
fileSystems."/nix" = subvolume // {
options = [ "subvol=nix" "compress=zstd" "noatime" "discard=async" ];