🧹 Moved almost all files to /modules. Moved some code to separate files
This commit is contained in:
22
home-manager/hyprland/default.nix
Normal file
22
home-manager/hyprland/default.nix
Normal file
@ -0,0 +1,22 @@
|
||||
# Home configurations for Hyprland. For system configs, see ./hyprland
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./hyprcursor
|
||||
./waybar
|
||||
./hypridle
|
||||
./hyprlock
|
||||
./swaync
|
||||
];
|
||||
|
||||
home.file.".config/hypr/hyprland.conf".source = ./hyprland.conf;
|
||||
programs = {
|
||||
btop.enable = true;
|
||||
kitty = {
|
||||
settings = {
|
||||
window_padding_width = 10;
|
||||
};
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user