Still misses configuration for login screen, lock screen and idle management.
16 lines
225 B
Nix
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
|
|
];
|
|
|
|
}
|