nix-config/users/julius/home.nix
JuliusFreudenberger 348bc866b7 Add initial sway configuration
Still misses configuration for login screen, lock screen and idle
management.
2026-02-09 23:30:53 +01:00

16 lines
225 B
Nix

{pkgs, username, ...}: {
imports = [
../../home/core.nix
../../home/zsh
../../home/neovim
../../home/gtk
../../home/xdg
../../home/sway.nix
../../home/kanshi.nix
../../home/direnv
];
}