changes
This commit is contained in:
parent
ffbe78e044
commit
6504415346
4 changed files with 15 additions and 6 deletions
|
|
@ -38,6 +38,7 @@ in {
|
|||
uv
|
||||
|
||||
haskellPackages.ghc
|
||||
haskellPackages.cabal-install
|
||||
tree-sitter-grammars.tree-sitter-haskell
|
||||
haskell-language-server
|
||||
|
||||
|
|
|
|||
|
|
@ -10,6 +10,10 @@
|
|||
Value = false;
|
||||
Status = "locked";
|
||||
};
|
||||
lock-true = {
|
||||
Value = true;
|
||||
Status = "locked";
|
||||
};
|
||||
in {
|
||||
options = {
|
||||
horseman.apps.visual.firefox = {
|
||||
|
|
@ -118,6 +122,10 @@ in {
|
|||
"browser.newtabpage.activity-stream.showSponsored" = lock-false;
|
||||
"browser.newtabpage.activity-stream.system.showSponsored" = lock-false;
|
||||
"browser.newtabpage.activity-stream.showSponsoredTopSites" = lock-false;
|
||||
|
||||
# Container tabs
|
||||
"privacy.userContext.enabled" = lock-true;
|
||||
"privacy.userContext.ui.enabled" = lock-true;
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
|
|
@ -57,6 +57,7 @@ in {
|
|||
id = "programmingFolder";
|
||||
path = "/home/${username}/Programming";
|
||||
devices = ["luna" "artemis" "terra" "solis"];
|
||||
# TODO 25.11 add ignore
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue