Compare commits

..

3 commits

3 changed files with 3 additions and 0 deletions

View file

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

View file

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

View file

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