Merge branch 'staging' of https://gitlab.com/steveeJ/infra into staging

This commit is contained in:
steveej 2018-12-12 11:09:50 +01:00
commit ef93fc3c24
2 changed files with 10 additions and 2 deletions

View file

@ -282,6 +282,12 @@ in {
${pkgs.autorandr}/bin/autorandr -c
${pkgs.feh}/bin/feh --bg-scale ${pkgs.nixos-artwork.wallpapers.simple-blue}/share/artwork/gnome/nix-wallpaper-simple-blue.png
'';
pointerCursor = {
name = "Vanilla-DMZ-AA";
package = pkgs.vanilla-dmz;
size = 32;
};
};
home.packages = with pkgs; [

View file

@ -1,5 +1,5 @@
{
...
{ pkgs
, ...
}:
{
@ -15,5 +15,7 @@
"firefox"
];
};
home.file.".mozilla/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
}