diff options
Diffstat (limited to 'users')
-rw-r--r-- | users/grfn/system/home/platforms/linux.nix | 2 | ||||
-rw-r--r-- | users/tazjin/nixos/modules/laptop.nix | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/users/grfn/system/home/platforms/linux.nix b/users/grfn/system/home/platforms/linux.nix index 57bfe5eee85d..f677a631e6a8 100644 --- a/users/grfn/system/home/platforms/linux.nix +++ b/users/grfn/system/home/platforms/linux.nix @@ -40,7 +40,7 @@ in pandoc barrier depot.tools.nsfv-setup - glimpse # fork of gimp + gimp # TODO(grfn): use glimpse once it build again # System utilities powertop diff --git a/users/tazjin/nixos/modules/laptop.nix b/users/tazjin/nixos/modules/laptop.nix index da277dd3d636..da35c787b5d0 100644 --- a/users/tazjin/nixos/modules/laptop.nix +++ b/users/tazjin/nixos/modules/laptop.nix @@ -5,7 +5,7 @@ # Automatically detect location for redshift & timezone settings. services.geoclue2.enable = true; location.provider = "geoclue2"; - services.localtime.enable = true; + services.localtimed.enable = true; # Enable power-saving features. services.tlp.enable = true; |