Slightly acomodate unstable
This commit is contained in:
parent
99df29e876
commit
2750e8e24e
2 changed files with 11 additions and 11 deletions
|
@ -18,15 +18,15 @@
|
||||||
"soft"
|
"soft"
|
||||||
"x-systemd.automount"
|
"x-systemd.automount"
|
||||||
];
|
];
|
||||||
"/home/${config.sysusers.main}/Network/Prophet" = {
|
};
|
||||||
device = "mx.nixfox.ca:/storage";
|
"/home/${config.sysusers.main}/Network/Prophet" = {
|
||||||
fsType = "nfs4";
|
device = "mx.nixfox.ca:/storage";
|
||||||
options = [
|
fsType = "nfs4";
|
||||||
"noauto"
|
options = [
|
||||||
"soft"
|
"noauto"
|
||||||
"x-systemd.automount"
|
"soft"
|
||||||
];
|
"x-systemd.automount"
|
||||||
};
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ config, lib, pkgs, ... }:
|
{ config, lib, pkgsStable, ... }:
|
||||||
{
|
{
|
||||||
config = lib.mkIf config.home.desktop.enable {
|
config = lib.mkIf config.home.desktop.enable {
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgsStable; [
|
||||||
liberation_ttf
|
liberation_ttf
|
||||||
twitter-color-emoji
|
twitter-color-emoji
|
||||||
noto-fonts
|
noto-fonts
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue