Compare commits
No commits in common. "ab0de7a6dc019bd0cc8c1bd91e3fd31f5df048b7" and "620ba9c114311a17d4c38f23f54246e0cf996ef9" have entirely different histories.
ab0de7a6dc
...
620ba9c114
3 changed files with 0 additions and 6 deletions
|
@ -3,7 +3,6 @@
|
|||
waybar --config $HOME/.config/waybar/config.hypr &
|
||||
|
||||
nm-applet --indicator &
|
||||
blueman-applet &
|
||||
mako &
|
||||
|
||||
gnome-keyring-daemon --foreground &
|
||||
|
|
|
@ -177,7 +177,6 @@
|
|||
(".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,10 +25,6 @@
|
|||
# Certificates
|
||||
Certificates = {
|
||||
ImportEnterpriseRoots = true;
|
||||
Install = [
|
||||
"freya_ca.crt"
|
||||
"tinternet.crt"
|
||||
];
|
||||
};
|
||||
|
||||
# Cookies
|
||||
|
|
Loading…
Reference in a new issue