Merge branch 'staging' of https://gitlab.com/steveeJ/infra into staging
This commit is contained in:
commit
ef93fc3c24
2 changed files with 10 additions and 2 deletions
|
@ -282,6 +282,12 @@ in {
|
||||||
${pkgs.autorandr}/bin/autorandr -c
|
${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
|
${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; [
|
home.packages = with pkgs; [
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
{
|
{ pkgs
|
||||||
...
|
, ...
|
||||||
}:
|
}:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
@ -15,5 +15,7 @@
|
||||||
"firefox"
|
"firefox"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
home.file.".mozilla/native-messaging-hosts/passff.json".source = "${pkgs.passff-host}/share/passff-host/passff.json";
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue