initial
This commit is contained in:
17
hosts/dunamis/users/work/home-configuration.nix
Normal file
17
hosts/dunamis/users/work/home-configuration.nix
Normal file
@ -0,0 +1,17 @@
|
||||
{inputs, ...}: {
|
||||
imports = with inputs; [
|
||||
nix-flatpak.homeManagerModules.nix-flatpak
|
||||
nixvim.homeManagerModules.nixvim
|
||||
walker.homeManagerModules.default
|
||||
self.homeModules.desktop
|
||||
./programs.nix
|
||||
];
|
||||
home = {
|
||||
stateVersion = "25.05";
|
||||
sessionPath = [
|
||||
"$HOME/.local/bin"
|
||||
];
|
||||
};
|
||||
desktop.plasma.enable = true;
|
||||
# stylix.image = "${config.xdg.userDirs.pictures}/wallpapers/wallhaven-2evrxy.png";
|
||||
}
|
Reference in New Issue
Block a user