Compare commits

..

No commits in common. "eb7b34924a18403e69b02bbd72063fbef38d9050" and "37823965c389e6918c53e0acb0d889c784b6709e" have entirely different histories.

3 changed files with 0 additions and 3 deletions

View file

@ -42,7 +42,6 @@
device = "/dev/disk/by-uuid/6062dfe3-6e70-4f30-aa45-e81933f116fb";
fsType = "btrfs";
options = ["subvol=@persist" "compress=zstd"];
neededForBoot = true;
};
fileSystems."/boot" = {

View file

@ -19,7 +19,6 @@
"appindicatorsupport@rgcjonas.gmail.com"
"dash-to-dock@micxgx.gmail.com"
];
"org/gnome/mutter".dynamic-workspaces = true;
};
};
}

View file

@ -5,6 +5,5 @@
];
home-manager.users.toast.home.packages = with pkgs; [
jetbrains.idea-ultimate
android-studio
];
}