feat: hyprland init

This commit is contained in:
Luj 2023-04-01 18:40:54 +02:00
parent ad6ff8846a
commit 163308a7f0
8 changed files with 400 additions and 5 deletions

View file

@ -29,8 +29,7 @@
programs.hyprland.enable = true;
programs.hyprland.package = pkgs.hyprland;
programs.fish.shellInit = ''
if test -z (pgrep ssh-agent)

View file

@ -25,7 +25,8 @@
luj.programs.git.enable = true;
luj.programs.gtk.enable = true;
luj.programs.alacritty.enable = true;
luj.programs.sway.enable = true;
luj.programs.hyprland.enable = true;
luj.programs.waybar.enable = true;
programs.rofi = {
enable = true;
@ -53,6 +54,7 @@
home.packages = with pkgs;
[
du-dust
kitty
jq
lazygit
fira-code

Binary file not shown.

After

Width:  |  Height:  |  Size: 467 KiB