updates
This commit is contained in:
parent
535819c2c7
commit
ad9dd3390b
4 changed files with 21 additions and 13 deletions
|
@ -40,6 +40,7 @@
|
|||
wf-recorder # Screenrecorder
|
||||
wl-clipboard # Clipboard manager
|
||||
wofi # Wayland rofi
|
||||
|
||||
];
|
||||
|
||||
programs.foot = {
|
||||
|
|
|
@ -5,11 +5,17 @@
|
|||
wallpaper = eDP-1,~/cloud/Pictures/Wallpapers-Laptop/wallpaper-nix.png
|
||||
'';
|
||||
|
||||
home.file.".xsettingsd".text = ''
|
||||
Gtk/CursorThemeName "Catppuccin-Frappe-Pink-Cursors"
|
||||
Net/ThemeName "Catppuccin-Pink-Dark"
|
||||
'';
|
||||
|
||||
wayland.windowManager.hyprland = {
|
||||
enable = true;
|
||||
extraConfig = ''
|
||||
exec-once=${pkgs.hyprpaper}/bin/hyprpaper
|
||||
exec-once=hyprctlhyprpap setcursor Catppuccin-Frappe-Pink-Cursors 32
|
||||
exec-once=${pkgs.xsettingsd}/bin/xsettingsd
|
||||
exec-once=eww daemon
|
||||
exec-once=eww open bar
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue