This commit is contained in:
Chris Kruining 2025-01-25 16:59:55 +01:00
parent b8e2429566
commit b06525436b
10 changed files with 88 additions and 22 deletions

View file

@ -2,6 +2,17 @@
{
imports = [ ./hardware.nix ];
fileSystems."/home/chris/games" = {
device = "/dev/disk/by-label/games";
fsType = "ext4";
};
fileSystems."/home/chris/data" = {
device = "/dev/disk/by-label/Data";
fsType = "ntfs-3g";
options = [ "rw" "uid=chris" ];
};
modules = {
themes = {
enable = true;
@ -24,6 +35,10 @@
plasma.enable = true;
type = "wayland";
# games = {
# minecraft.enable = false;
# };
applications = {
communication.enable = true;
email.enable = true;