-{ config, pkgs, ... }:
{
+ config,
+ pkgs,
+ ...
+}: {
imports = [
];
"networkmanager"
"wheel"
];
- packages = with pkgs; [ ];
+ packages = with pkgs; [];
};
hjem.users.andrew = {
".config/surf/script.js".source = ./dotfiles/surf/script.js;
".sfeed/sfeedrc".source = ./dotfiles/sfeed/sfeedrc;
-
};
packages = with pkgs; [
zathura
lf
sfeed
-
+ senpai
];
};
OnCalendar = "daily";
Persistent = true;
};
- wantedBy = [ "timers.target" ];
+ wantedBy = ["timers.target"];
};
-
}