andrej-pc hyprland
This commit is contained in:
parent
bca8a9c67e
commit
7d3a227a70
2 changed files with 42 additions and 4 deletions
36
homes/x86_64-linux/andrej/hyprland.nix
Normal file
36
homes/x86_64-linux/andrej/hyprland.nix
Normal file
|
|
@ -0,0 +1,36 @@
|
|||
{
|
||||
pkgs,
|
||||
lib,
|
||||
inputs,
|
||||
...
|
||||
}: {
|
||||
home.packages = with pkgs; [
|
||||
inputs.quickshell.packages.${pkgs.system}.quickshell
|
||||
material-symbols
|
||||
inter
|
||||
fira-code
|
||||
cava
|
||||
wl-clipboard
|
||||
cliphist
|
||||
ddcutil
|
||||
matugen
|
||||
dgop
|
||||
glib
|
||||
khal # calendar
|
||||
gammastep # night mode
|
||||
colloid-gtk-theme
|
||||
kitty
|
||||
playerctl
|
||||
brightnessctl
|
||||
libnotify
|
||||
emacs-pgtk
|
||||
];
|
||||
programs.niri.settings.environment = {
|
||||
GTK_THEME = "Colloid";
|
||||
};
|
||||
qt.enable = true;
|
||||
qt.style.name = "gtk3";
|
||||
xdg.configFile."quickshell".source = "${
|
||||
inputs.desktopShell.packages.${pkgs.system}.dankMaterialShell
|
||||
}/etc/xdg/quickshell";
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue