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