The Blue Update #1

Merged
Jimbo merged 101 commits from Refactor into main 2024-10-25 21:26:22 -04:00
2 changed files with 6 additions and 1 deletions
Showing only changes of commit 698869fcba - Show all commits

View file

@ -89,6 +89,11 @@ in {
fsType = "btrfs";
options = [ "subvol=@var" "noatime" "nodiratime" "discard" ];
};
"/.snapshots" = {
device = "/dev/disk/by-uuid/bbfed7d1-62f2-4d8e-b63f-7f6ec932105b";
fsType = "btrfs";
options = [ "subvol=@snapshots" "noatime" "nodiratime" "discard" ];
};
"/boot" = {
device = "/dev/disk/by-uuid/3B4A-76C9";
fsType = "vfat";

View file

@ -1,6 +1,6 @@
{ pkgs, config, ... }:
let
# FireFox colors
# FireFox colors, based on https://github.com/Dook97/firefox-qutebrowser-userchrome
themeJim = ''
:root {
--tab-active-bg-color: #${config.look.colors.prime};