diff options
| author | Grigory Shipunov | 2022-09-24 14:05:57 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-09-24 14:05:57 +0200 |
| commit | badbed863900cc2d6589668b0ba14b046f606f87 (patch) | |
| tree | f987f6f4e542b2a1b3f84ad9f317d936c6d8738a | |
| parent | 162a505dff238a7dd6e2b04663a77b03b6b960a4 (diff) | |
minor changes
| -rw-r--r-- | hosts/microwave/configuration.nix | 2 | ||||
| -rw-r--r-- | modules/graphical.nix | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix index 00ba0fb..8693ae7 100644 --- a/hosts/microwave/configuration.nix +++ b/hosts/microwave/configuration.nix @@ -18,7 +18,6 @@ kicad gimp inkscape - factorio ]; @@ -36,6 +35,7 @@ kernelParams = [ "nohibernate" ]; zfs.devNodes = "/dev/"; plymouth.enable = false; + tmpOnTmpfs = true; }; services.zfs = { diff --git a/modules/graphical.nix b/modules/graphical.nix index 1f9bcf0..3aeb97e 100644 --- a/modules/graphical.nix +++ b/modules/graphical.nix @@ -14,6 +14,7 @@ brightnessctl pulsemixer cmus + termusic gsettings-desktop-schemas xdg-utils nextcloud-client |
