🚚 (neodymium) move borgbackup and greetd out of system and into services
This commit is contained in:
parent
11d5c3dcc0
commit
abb6e25b45
|
@ -1,5 +1,5 @@
|
|||
{ pkgs, ... }: {
|
||||
imports = [ ./system ];
|
||||
imports = [ ./system ./services ];
|
||||
|
||||
# shorter timeout for systemd services
|
||||
systemd.extraConfig = ''
|
||||
|
|
1
hosts/neodymium/services/default.nix
Normal file
1
hosts/neodymium/services/default.nix
Normal file
|
@ -0,0 +1 @@
|
|||
{ ... }: { imports = [ ./borgbackup ./greetd ]; }
|
|
@ -4,7 +4,8 @@
|
|||
|
||||
settings = {
|
||||
default_session = {
|
||||
command = "${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland";
|
||||
command =
|
||||
"${pkgs.greetd.tuigreet}/bin/tuigreet --time --cmd Hyprland"; # TODO: use nix pkgs
|
||||
user = "greeter";
|
||||
};
|
||||
};
|
|
@ -12,10 +12,8 @@
|
|||
./age
|
||||
./audio
|
||||
./boot
|
||||
./borgbackup
|
||||
./docker
|
||||
./fonts
|
||||
./greetd
|
||||
./hardware
|
||||
./i18n
|
||||
./networking
|
||||
|
|
Loading…
Reference in a new issue