]> Skullheadx's Git Forge - nixos.git/commitdiff
add senpai
authorSkullheadx <admonty1@protonmail.com>
Tue, 2 Jun 2026 19:01:24 +0000 (15:01 -0400)
committerSkullheadx <admonty1@protonmail.com>
Tue, 2 Jun 2026 19:01:26 +0000 (15:01 -0400)
hjem.nix

index d168f16d69ef6d55cd4748dd15ad4b02aac6859e..2fcf7a12ec54dea8e40ad834ebf81d18e9fb2c6b 100644 (file)
--- a/hjem.nix
+++ b/hjem.nix
@@ -1,5 +1,8 @@
-{ config, pkgs, ... }:
 {
+  config,
+  pkgs,
+  ...
+}: {
   imports = [
   ];
 
@@ -11,7 +14,7 @@
       "networkmanager"
       "wheel"
     ];
-    packages = with pkgs; [ ];
+    packages = with pkgs; [];
   };
 
   hjem.users.andrew = {
@@ -21,7 +24,6 @@
       ".config/surf/script.js".source = ./dotfiles/surf/script.js;
 
       ".sfeed/sfeedrc".source = ./dotfiles/sfeed/sfeedrc;
-
     };
 
     packages = with pkgs; [
@@ -33,7 +35,7 @@
       zathura
       lf
       sfeed
-
+      senpai
     ];
   };
 
@@ -56,7 +58,6 @@
       OnCalendar = "daily";
       Persistent = true;
     };
-    wantedBy = [ "timers.target" ];
+    wantedBy = ["timers.target"];
   };
-
 }