Compare commits
No commits in common. "d14d7ae72fb83c2ae05aea62b4460349f7843603" and "7185e3b2f4f353c4a283cfec0eff5ba2f0153e5a" have entirely different histories.
d14d7ae72f
...
7185e3b2f4
2 changed files with 1 additions and 6 deletions
|
|
@ -117,10 +117,6 @@ in {
|
||||||
mkOutOfStoreSymlink "${home-manager-repo}/dotfiles/dolphinrc";
|
mkOutOfStoreSymlink "${home-manager-repo}/dotfiles/dolphinrc";
|
||||||
"konsolerc".source =
|
"konsolerc".source =
|
||||||
mkOutOfStoreSymlink "${home-manager-repo}/dotfiles/konsolerc";
|
mkOutOfStoreSymlink "${home-manager-repo}/dotfiles/konsolerc";
|
||||||
"onedrive/config".text = ''
|
|
||||||
force_session_upload = "true"
|
|
||||||
delay_inotify_processing = "true"
|
|
||||||
'';
|
|
||||||
"yakuakerc".source =
|
"yakuakerc".source =
|
||||||
mkOutOfStoreSymlink "${home-manager-repo}/dotfiles/yakuakerc";
|
mkOutOfStoreSymlink "${home-manager-repo}/dotfiles/yakuakerc";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -32,14 +32,13 @@
|
||||||
containersForce = true;
|
containersForce = true;
|
||||||
extensions.packages = with firefox-addons; [
|
extensions.packages = with firefox-addons; [
|
||||||
bitwarden
|
bitwarden
|
||||||
containerise
|
multi-account-containers
|
||||||
floccus
|
floccus
|
||||||
libredirect
|
libredirect
|
||||||
old-reddit-redirect
|
old-reddit-redirect
|
||||||
plasma-integration
|
plasma-integration
|
||||||
pwas-for-firefox
|
pwas-for-firefox
|
||||||
ublock-origin
|
ublock-origin
|
||||||
user-agent-string-switcher
|
|
||||||
web-archives
|
web-archives
|
||||||
zotero-connector
|
zotero-connector
|
||||||
(buildFirefoxXpiAddon rec {
|
(buildFirefoxXpiAddon rec {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue