15 lines
271 B
Nix
15 lines
271 B
Nix
|
{ config, lib, pkgs, ... }:
|
||
|
{
|
||
|
imports = [
|
||
|
./home/bash.nix
|
||
|
./home/dunstHMconf.nix
|
||
|
./home/HyprlandHMConf.nix
|
||
|
./home/kitty.nix
|
||
|
./home/Starship.nix
|
||
|
./home/waybarHMConf.nix
|
||
|
./home/waybarTheme.nix
|
||
|
./home/wofi.nix
|
||
|
./home/zshhome.nix
|
||
|
];
|
||
|
}
|