kaas
This commit is contained in:
parent
b8e2429566
commit
b06525436b
10 changed files with 88 additions and 22 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue