do the same for two other hosts
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
|
||||
@ -6,13 +10,10 @@
|
||||
./programs.nix
|
||||
./flatpak.nix
|
||||
];
|
||||
desktop = {
|
||||
niri.enable = true;
|
||||
};
|
||||
home = {
|
||||
stateVersion = "25.05";
|
||||
sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
];
|
||||
stateVersion = osConfig.system.stateVersion;
|
||||
sessionPath = ["$HOME/.local/bin"];
|
||||
};
|
||||
|
||||
desktop.niri.enable = true;
|
||||
}
|
||||
|
Reference in New Issue
Block a user