mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Disables home-manager news
This commit is contained in:
parent
cd7b11d3b7
commit
1e36fdb267
|
@ -89,4 +89,6 @@
|
|||
# It is ok to leave this unchanged for compatibility purposes
|
||||
system.stateVersion = "22.11";
|
||||
|
||||
news.display = "silent";
|
||||
|
||||
}
|
||||
|
|
|
@ -179,4 +179,6 @@
|
|||
BROWSER = userSettings.browser;
|
||||
};
|
||||
|
||||
news.display = "silent";
|
||||
|
||||
}
|
||||
|
|
|
@ -63,4 +63,6 @@
|
|||
EDITOR = userSettings.editor;
|
||||
};
|
||||
|
||||
news.display = "silent";
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue