virtiofsd: Implement

This commit is contained in:
2022-02-11 14:01:52 +01:00
parent 91298bbfe5
commit 1fa05e9822
4 changed files with 122 additions and 6 deletions

View File

@@ -16,7 +16,7 @@
};
"/mnt/Storage" = {
device = "/dev/disk/by-label/storage";
fsType = "ext4";
fsType = "btrfs";
};
};
@@ -39,14 +39,23 @@
anki
#psst
];
ptw = {
programs = {
mpv = {
primaryScreen = "C27F398";
enable = true;
};
sway.enable = true;
sway = {
enable = true;
extraSessionCommands = ''
# Pick the dGPU as the first one
#DGPU_DRM_NODE=$(ls /sys/bus/pci/devices/0000:01:00.0/drm | grep card)
#IGPU_DRM_NODE=$(ls /sys/bus/pci/devices/0000:08:00.0/drm | grep card)
#WLR_DRM_DEVICES=/dev/dri/$DGPU_DRM_NODE:/dev/dri/$IGPU_DRM_NODE
'';
};
alacritty.enable = true;
emacs.enable = true;
firefox.enable = true;
@@ -66,6 +75,16 @@
services = {
gamemode.enable = true;
gnome.enable = true;
greetd = {
enable = true;
/*
swayExtra = ''
output HDMI-A-3 transform 90 anticlockwise
workspace 1 output HDMI-A-3
'';
*/
};
kanshi = let
horizontal = "Samsung Electric Company C27F398 H4ZR101145";
vertical = "Goldstar Company Ltd IPS235 305NDPHKN600";
@@ -181,7 +200,7 @@
libinput.enable = true;
displayManager.gdm = {
wayland = true;
enable = true;
enable = false;
};
};
};