diff options
| author | Devin Finlinson <devin.finlinson@pm.me> | 2023-11-13 23:22:29 -0700 |
|---|---|---|
| committer | Devin Finlinson <devin.finlinson@pm.me> | 2023-11-13 23:22:29 -0700 |
| commit | e48e7e470ff02ab9a1d0af2458ce47e67cb820e5 (patch) | |
| tree | e5363bc679bd403b8c7ddcea9284e5fe72801a72 /modules/nixos/services.nix | |
| parent | 8d4d400106255735423a073abd710c435618ee85 (diff) | |
move fstrim to all systems, plus cleaning
Diffstat (limited to 'modules/nixos/services.nix')
| -rw-r--r-- | modules/nixos/services.nix | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/modules/nixos/services.nix b/modules/nixos/services.nix index 6ad8594..f80f353 100644 --- a/modules/nixos/services.nix +++ b/modules/nixos/services.nix @@ -8,7 +8,8 @@ }; spotifyd.enable = true; - #FROM: configuration.nix + fstrim.enable = true; + # localtimed.enable = true; xserver = { # Enable the X11 windowing system. @@ -17,10 +18,6 @@ # Enable touchpad support (enabled default in most desktopManager). libinput.enable = true; - # Configure keymap in X11 - # layout = "us"; - # xkbOptions = "eurosign:e,caps:escape"; - # Enable the Plasma 5 Desktop Environment. desktopManager.plasma5.enable = true; displayManager = { |
