nod: First attempt

This commit is contained in:
Geoffrey Frogeye 2023-12-25 11:04:01 +01:00
parent ec1d120f12
commit f94e741948
Signed by: geoffrey
GPG key ID: C72403E7F82E6AD8
5 changed files with 40 additions and 6 deletions

View file

@ -521,11 +521,6 @@ in
"${config.home.sessionVariables.GOPATH}"
(builtins.toString ./scripts)
];
file = {
".face" = { # TODO Doesn't show on NixOS. See https://wiki.archlinux.org/title/LightDM#Changing_your_avatar ?
source = pkgs.runCommand "face.png" { } "${pkgs.inkscape}/bin/inkscape ${./face.svg} -w 1024 -o $out";
};
};
# FIXME .config/home-manager/home.nix link. Using hostname?
# TODO Way to automatically setup an home-manager install
};
}

View file

@ -650,6 +650,11 @@ in
};
home = {
file = {
".face" = { # TODO Only works on pindakaas? See https://wiki.archlinux.org/title/LightDM#Changing_your_avatar
source = pkgs.runCommand "face.png" { } "${pkgs.inkscape}/bin/inkscape ${./face.svg} -w 1024 -o $out";
};
};
packages = with pkgs; [
pavucontrol # Because can't use Win+F1X on Pinebook 🙃