Configure the basics of hyprland

This commit is contained in:
SebastianStork 2024-04-05 22:47:48 +02:00
parent 90781bbed0
commit 288c7180a3
3 changed files with 126 additions and 2 deletions

View file

@ -5,14 +5,18 @@
}: {
myConfig = {
de = {
qtile.enable = true;
qtile.enable = osConfig.myConfig.de.qtile.enable;
hyprland.enable = osConfig.myConfig.de.hyprland.enable;
wallpaper = ./wallpaper;
theming.enable = true;
tray = {
syncthing.enable = osConfig.myConfig.syncthing.enable;
networkmanager.enable = osConfig.networking.networkmanager.enable;
};
};
shell = {
bash.enable = true;
starship.enable = true;
@ -20,10 +24,13 @@
improvedCommands.enable = true;
direnv.enable = true;
};
ssh-client.enable = true;
git.enable = true;
neovim.enable = true;
vscode.enable = true;
kitty.enable = true;
};