hosts/eldrid/users/user/home-configuration.nix: home-manager state follows system
modules/home/desktop/niri/default.nix: change evince to papers modules/nixos/system/wireless/wifi.nix: simplify Signed-off-by: unexplrd <unexplrd@linerds.us>
This commit is contained in:
@ -1,4 +1,8 @@
|
||||
{inputs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
osConfig,
|
||||
...
|
||||
}: {
|
||||
imports = with inputs; [
|
||||
nix-index-database.hmModules.nix-index
|
||||
self.homeModules.desktop
|
||||
@ -8,7 +12,7 @@
|
||||
];
|
||||
desktop.niri.enable = true;
|
||||
home = {
|
||||
stateVersion = "25.05";
|
||||
stateVersion = osConfig.system.stateVersion;
|
||||
sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
];
|
||||
|
Reference in New Issue
Block a user