about summary refs log tree commit diff stats
path: root/hosts
diff options
context:
space:
mode:
Diffstat (limited to 'hosts')
-rw-r--r--hosts/by-name/apzu/configuration.nix13
1 files changed, 1 insertions, 12 deletions
diff --git a/hosts/by-name/apzu/configuration.nix b/hosts/by-name/apzu/configuration.nix
index 4464011e..6fc917d3 100644
--- a/hosts/by-name/apzu/configuration.nix
+++ b/hosts/by-name/apzu/configuration.nix
@@ -7,12 +7,7 @@
 #
 # You should have received a copy of the License along with this program.
 # If not, see <https://www.gnu.org/licenses/gpl-3.0.txt>.
-{
-  lib,
-  pkgs,
-  baseLib,
-  ...
-}: {
+{...}: {
   imports = [
     ./hardware.nix
   ];
@@ -25,17 +20,11 @@
       enable = true;
     };
 
-    # TODO: Hard-code all the uids/gids <2025-05-13>
     impermanence.directories = [
-      "/var/lib/nixos"
       "/var/log"
     ];
 
     programs = {
-      yambar = {
-        laptop = true;
-        backlight = "intel_backlight";
-      };
       river.init = {
         mappings = {
           layout = "dvorak-modified";