minor adjustments
parent
21580d9ad0
commit
10a9c55c7e
|
@ -2,6 +2,7 @@
|
|||
|
||||
let
|
||||
contacts = "${config.home.homeDirectory}/Contacts";
|
||||
addressbook = "${config.home.homeDirectory}/.abook/addressbook";
|
||||
davsync = pkgs.callPackage ./davsync.nix {
|
||||
inherit config pkgs contacts addressbook;
|
||||
};
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
{ config, pkgs, ... }:
|
||||
|
||||
let
|
||||
config-dir="configs/nixos";
|
||||
config-dir="configs/nix-config";
|
||||
in
|
||||
pkgs.writeScriptBin "nixos-rebuild" ''
|
||||
#!${pkgs.dash}/bin/dash
|
||||
|
|
|
@ -170,7 +170,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
home-manager.users.rilla = import ./home;
|
||||
home-manager.users.rilla = import ../home;
|
||||
|
||||
# Some programs need SUID wrappers, can be configured further or are
|
||||
# started in user sessions.
|
||||
|
|
Loading…
Reference in New Issue