Compare commits
3 commits
37823965c3
...
eb7b34924a
| Author | SHA1 | Date | |
|---|---|---|---|
| eb7b34924a | |||
| 1cac73de87 | |||
| ffc7d81f70 |
3 changed files with 3 additions and 0 deletions
|
|
@ -42,6 +42,7 @@
|
||||||
device = "/dev/disk/by-uuid/6062dfe3-6e70-4f30-aa45-e81933f116fb";
|
device = "/dev/disk/by-uuid/6062dfe3-6e70-4f30-aa45-e81933f116fb";
|
||||||
fsType = "btrfs";
|
fsType = "btrfs";
|
||||||
options = ["subvol=@persist" "compress=zstd"];
|
options = ["subvol=@persist" "compress=zstd"];
|
||||||
|
neededForBoot = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
fileSystems."/boot" = {
|
fileSystems."/boot" = {
|
||||||
|
|
|
||||||
|
|
@ -19,6 +19,7 @@
|
||||||
"appindicatorsupport@rgcjonas.gmail.com"
|
"appindicatorsupport@rgcjonas.gmail.com"
|
||||||
"dash-to-dock@micxgx.gmail.com"
|
"dash-to-dock@micxgx.gmail.com"
|
||||||
];
|
];
|
||||||
|
"org/gnome/mutter".dynamic-workspaces = true;
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -5,5 +5,6 @@
|
||||||
];
|
];
|
||||||
home-manager.users.toast.home.packages = with pkgs; [
|
home-manager.users.toast.home.packages = with pkgs; [
|
||||||
jetbrains.idea-ultimate
|
jetbrains.idea-ultimate
|
||||||
|
android-studio
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue