Compare commits
2 commits
620ba9c114
...
ab0de7a6dc
Author | SHA1 | Date | |
---|---|---|---|
ab0de7a6dc | |||
72100ae0eb |
3 changed files with 6 additions and 0 deletions
|
@ -3,6 +3,7 @@
|
|||
waybar --config $HOME/.config/waybar/config.hypr &
|
||||
|
||||
nm-applet --indicator &
|
||||
blueman-applet &
|
||||
mako &
|
||||
|
||||
gnome-keyring-daemon --foreground &
|
||||
|
|
|
@ -177,6 +177,7 @@
|
|||
(".local/share/applications" ,(local-file "local/applications" #:recursive? #t))
|
||||
(".local/share/icons" ,(local-file "local/icons" #:recursive? #t))
|
||||
(".local/share/dbus-1/services" ,(local-file "local/dbus/services" #:recursive? #t))
|
||||
(".mozilla/certificates" ,(local-file "../certs" #:recursive? #t))
|
||||
(".nix-channels" ,(local-file "nix/nix-channels"))
|
||||
(".gitconfig" ,(local-file "config/git/gitconfig"))))
|
||||
|
||||
|
|
|
@ -25,6 +25,10 @@
|
|||
# Certificates
|
||||
Certificates = {
|
||||
ImportEnterpriseRoots = true;
|
||||
Install = [
|
||||
"freya_ca.crt"
|
||||
"tinternet.crt"
|
||||
];
|
||||
};
|
||||
|
||||
# Cookies
|
||||
|
|
Loading…
Reference in a new issue