a little restructuring of home manager to focus on host specific configs
This commit is contained in:
@@ -8,12 +8,17 @@
|
||||
|
||||
{
|
||||
imports = [
|
||||
../dots/hypr
|
||||
../dots/kitty
|
||||
../dots/waybar
|
||||
../dots/librewolf
|
||||
../dots
|
||||
];
|
||||
|
||||
dots = {
|
||||
lf.enable = true;
|
||||
kitty.enable = true;
|
||||
librewolf.enable = true;
|
||||
};
|
||||
|
||||
|
||||
|
||||
home.packages = with pkgs; [
|
||||
htop
|
||||
sl
|
||||
|
||||
Reference in New Issue
Block a user