diff options
| author | Grigory Shipunov | 2022-06-27 18:50:35 +0200 |
|---|---|---|
| committer | Grigory Shipunov | 2022-06-27 18:51:28 +0200 |
| commit | 5a0b2a82be5d6c79278c370a4caa7e2c4829d0af (patch) | |
| tree | 16e144e60a235614f126bfddd2edd82c4b238413 /hosts | |
| parent | 368214ed3c8f449581e808c9a01282c30ad7919b (diff) | |
add element-desktop
Diffstat (limited to 'hosts')
| -rw-r--r-- | hosts/microwave/configuration.nix | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/hosts/microwave/configuration.nix b/hosts/microwave/configuration.nix index 70ccc9c..779e600 100644 --- a/hosts/microwave/configuration.nix +++ b/hosts/microwave/configuration.nix @@ -5,8 +5,6 @@ { config, pkgs, ... }: { - # services.xserver.videoDrivers = [ "displaylink" "modesetting" ]; - # SWAP zramSwap = { enable = true; @@ -20,6 +18,7 @@ kicad gimp inkscape + element-desktop-wayland ]; networking.firewall.enable = true; |
