laptop: fix cursor and add pam u2f
This commit is contained in:
parent
803579c420
commit
b146f56e4f
5 changed files with 32 additions and 13 deletions
|
@ -106,6 +106,7 @@
|
|||
mkhl.direnv
|
||||
tamasfe.even-better-toml
|
||||
valentjn.vscode-ltex
|
||||
vscodevim.vim
|
||||
];
|
||||
};
|
||||
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
{ pkgs, inputs, ... }: {
|
||||
home.file.".config/hypr/hyprpaper.conf".text = ''
|
||||
ipc = off
|
||||
preload = ~/cloud/Pictures/Wallpapers-Laptop/wallpaper-nix.png
|
||||
wallpaper = eDP-1,~/cloud/Pictures/Wallpapers-Laptop/wallpaper-nix.png
|
||||
preload = ~/cloud/Pictures/Wallpapers-Laptop/wallpaper-nix-pink.png
|
||||
wallpaper = eDP-1,~/cloud/Pictures/Wallpapers-Laptop/wallpaper-nix-pink.png
|
||||
'';
|
||||
|
||||
home.file.".xsettingsd".text = ''
|
||||
|
@ -14,8 +14,8 @@
|
|||
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=hyprctl 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