Compare commits

...

2 commits

Author SHA1 Message Date
620ba9c114
update commits, switch to newer audio packages 2024-11-03 23:16:26 -05:00
a09b3b133a
update firefox profile 2024-11-03 23:16:07 -05:00
4 changed files with 111 additions and 12 deletions

View file

@ -3,7 +3,7 @@
(url "https://git.savannah.gnu.org/git/guix.git") (url "https://git.savannah.gnu.org/git/guix.git")
(branch "master") (branch "master")
(commit (commit
"d29090727b328f96e79285379e4fac9a7dee316e") "547d97180471e90e404a948015f65431961aa273")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"9edb3f66fd807b096b48283debdcddccfea34bad" "9edb3f66fd807b096b48283debdcddccfea34bad"
@ -14,7 +14,7 @@
(url "https://gitlab.com/nonguix/nonguix") (url "https://gitlab.com/nonguix/nonguix")
(branch "master") (branch "master")
(commit (commit
"ad966c3844385e8f7b60b0dc915f92a1eba47e09") "9f065c321e7d6b39f8610a8d65528f79a8733459")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"897c1a470da759236cc11798f4e0a5f7d4d59fbc" "897c1a470da759236cc11798f4e0a5f7d4d59fbc"
@ -25,7 +25,7 @@
(url "https://g.freya.cat/freya/sakura") (url "https://g.freya.cat/freya/sakura")
(branch "main") (branch "main")
(commit (commit
"850f52efa71fe2aa9a6b165c46e822858bebb5f7") "b10ab400efeafb20098c8296cb2c4d511f2670c9")
(introduction (introduction
(make-channel-introduction (make-channel-introduction
"8fb2f9c2fa414754c41c1c73665e3e73e12693ab" "8fb2f9c2fa414754c41c1c73665e3e73e12693ab"

View file

@ -17,8 +17,9 @@
(gnu home services syncthing) (gnu home services syncthing)
(gnu home services) (gnu home services)
(freya certs) (freya certs)
(sakura services pipewire) (sakura home services pipewire)
(sakura packages gnome-xyz) (sakura packages gnome-xyz)
(sakura packages sound)
(sakura packages vim)) (sakura packages vim))
@ -60,6 +61,7 @@
"easyeffects" "easyeffects"
"gamescope" "gamescope"
"overskride" "overskride"
"blueman"
; gtk ; gtk
"wxwidgets" "wxwidgets"
@ -191,6 +193,9 @@
(file-append pinentry "/bin/pinentry")) (file-append pinentry "/bin/pinentry"))
(ssh-support? #t))) (ssh-support? #t)))
(service home-pipewire-service-type) (service home-pipewire-service-type
(home-pipewire-configuration
(pipewire pipewire-sakura)
(wireplumber wireplumber-sakura)))
(service home-dbus-service-type) (service home-dbus-service-type)
))) )))

View file

@ -19,6 +19,7 @@
Locked = true; Locked = true;
Cryptomining = true; Cryptomining = true;
Fingerprinting = true; Fingerprinting = true;
EmailTracking = true;
}; };
# Certificates # Certificates
@ -29,6 +30,7 @@
# Cookies # Cookies
Cookies = { Cookies = {
Behavior = "reject-foreign"; Behavior = "reject-foreign";
BehaviorPrivateBrowsing = "reject-foreign";
Locked = true; Locked = true;
}; };
@ -44,7 +46,7 @@
DisableFirefoxAccounts = true; DisableFirefoxAccounts = true;
DisableFirefoxScreenshots = true; DisableFirefoxScreenshots = true;
DisableFirefoxStudies = true; DisableFirefoxStudies = true;
DisablePoket = true; DisablePocket = true;
DisableTelemetry = true; DisableTelemetry = true;
AutofillAddressEnabled = false; AutofillAddressEnabled = false;
AutofillCreditCardEnabled = false; AutofillCreditCardEnabled = false;
@ -57,13 +59,14 @@
UrlbarInterventions = false; UrlbarInterventions = false;
SkipOnboarding = true; SkipOnboarding = true;
MoreFromMozilla = false; MoreFromMozilla = false;
Labs = false;
Locked = true; Locked = true;
}; };
# Disable Password Manager # Disable Password Manager
PasswordManagerEnabled = false; PasswordManagerEnabled = false;
PrimaryPassword = false;
OfferToSaveLogins = false; OfferToSaveLogins = false;
OfferToSaveLoginsDefault = false;
# Remove Special Pages # Remove Special Pages
OverrideFirstRunPage = ""; OverrideFirstRunPage = "";
@ -88,6 +91,7 @@
}; };
# Search Suggestions # Search Suggestions
SearchSuggestEnabled = true;
FirefoxSuggest = { FirefoxSuggest = {
WebSuggestions = false; WebSuggestions = false;
SponsoredSuggestions = false; SponsoredSuggestions = false;
@ -107,14 +111,36 @@
Locked = true; Locked = true;
}; };
# Miscellaneous # Popups
PopupBlocking = {
Default = true;
Locked = true;
};
# Allow Bypasses
DisableSecurityBypass = {
InvalidCertificate = false;
SafeBrowsing = false;
};
# PictureInPicure
PictureInPicture = {
Enabled = true;
Locked = true;
};
# Topbar
SearchBar = "unified"; SearchBar = "unified";
DisplayMenuBar = "default-off"; DisplayMenuBar = "default-off";
DisplayBookmarksToolbar = "newtab"; DisplayBookmarksToolbar = "newtab";
NoDefaultBookmarks = true; NoDefaultBookmarks = true;
# Miscellaneous
HttpsOnlyMode = "force_enabled";
HardwareAcceleration = true; HardwareAcceleration = true;
DontCheckDefaultBrowser = true; DontCheckDefaultBrowser = true;
PromptForDownloadLocation = false; PromptForDownloadLocation = false;
PrivateBrowsingModeAvailability = 0;
# Extensions # Extensions
ExtensionSettings = { ExtensionSettings = {
@ -135,10 +161,39 @@
Preferences = { Preferences = {
# theme # theme
"toolkit.legacyUserProfileCustomizations.stylesheets" = lock-true; "toolkit.legacyUserProfileCustomizations.stylesheets" = lock-true;
"extensions.activeThemeID" = "firefox-compact-dark@mozilla.org"; "extensions.activeThemeID" = {
Value = "firefox-compact-dark@mozilla.org";
Status = "locked";
};
# homepage
"browser.startup.homepage" = {
Value = " about:home";
Status = "locked";
};
"browser.newtabpage.enabed" = lock-true;
"browser.newtabpage.url" = {
Value = " about:home";
Status = "locked";
};
# search enable
"browser.urlbar.suggest.recentsearches" = lock-true;
"browser.urlbar.suggest.bookmark" = lock-true;
"browser.urlbar.suggest.clipboard" = lock-true;
"browser.urlbar.suggest.history" = lock-true;
# search disable
"browser.urlbar.suggest.addons" = lock-false;
"browser.urlbar.suggest.calculator" = lock-false;
"browser.urlbar.suggest.engines" = lock-false;
"browser.urlbar.suggest.fakespot" = lock-false;
"browser.urlbar.suggest.mdn" = lock-false;
"browser.urlbar.suggest.openpage" = lock-false;
"browser.urlbar.suggest.pocket" = lock-false;
"browser.urlbar.suggest.remotetab" = lock-false;
"browser.urlbar.suggest.topsites" = lock-false;
"browser.urlbar.suggest.trending" = lock-false;
"browser.urlbar.suggest.weather" = lock-false;
"browser.urlbar.suggest.yelp" = lock-false;
# privacy # privacy
"privacy.donottrack.enabled" = lock-true;
"privacy.fingerprintingProtection" = lock-false;
"privacy.globalprivacycontrol.enabled" = lock-true; "privacy.globalprivacycontrol.enabled" = lock-true;
# security # security
"security.OCSP.enabled" = { "security.OCSP.enabled" = {
@ -150,10 +205,13 @@
Status = "locked"; Status = "locked";
}; };
# graphics # graphics
"webgl.disable" = lock-false;
"dom.webgpu.enabled" = lock-true; "dom.webgpu.enabled" = lock-true;
"media.eme.enabled" = lock-true; "media.eme.enabled" = lock-true;
# tabs # tabs
"browser.tabs.inTitlebar" = {
Value = 1;
Status = "locked";
};
"browser.tabs.warnOnClose" = lock-true; "browser.tabs.warnOnClose" = lock-true;
"browser.tabs.firefox-view" = lock-false; "browser.tabs.firefox-view" = lock-false;
# user messaging # user messaging
@ -166,6 +224,40 @@
"browser.newtabpage.activity-stream.showSponsored" = lock-false; "browser.newtabpage.activity-stream.showSponsored" = lock-false;
"browser.newtabpage.activity-stream.system.showSponsored" = lock-false; "browser.newtabpage.activity-stream.system.showSponsored" = lock-false;
"browser.newtabpage.activity-stream.showSponsoredTopSites" = lock-false; "browser.newtabpage.activity-stream.showSponsoredTopSites" = lock-false;
# safebrowsing
"browser.safebrowsing.malware.enabled" = lock-true;
"browser.safebrowsing.phishing.enabled" = lock-true;
"browser.safebrowsing.downloads.enabled" = lock-true;
"browser.safebrowsing.downloads.remote.block_uncommon" = lock-false;
"browser.safebrowsing.downloads.remote.block_potentially_unwanted" = lock-false;
# misc
"general.autoScroll" = lock-false;
"general.smoothScroll" = lock-true;
"widget.gtk.overlay-scrollbars.enabled" = lock-false;
"accessibility.browsewithcaret" = lock-false;
"accessibility.typeaheadfind" = lock-false;
"media.hardwaremediakeys.enabled" = lock-true;
"browser.crashReports.unsubmittedCheck.autoSubmit2" = lock-false;
};
};
profiles = {
"freya" = {
search = {
force = true;
default = "DuckDuckGo";
};
userChrome = ''
#firefox-view-button {
visibility: collapse;
}
#alltabs-button {
visibility: collapse;
}
#tabbrowser-tabs {
border-inline-start: none !important;
}
'';
}; };
}; };
}; };

View file

@ -25,6 +25,7 @@
#:use-module (nongnu packages linux) #:use-module (nongnu packages linux)
#:use-module (freya certs) #:use-module (freya certs)
#:use-module (sakura packages qt) #:use-module (sakura packages qt)
#:use-module (sakura packages sound)
#:use-module (sakura packages virtualization) #:use-module (sakura packages virtualization)
#:use-module (sakura bootloader uki)) #:use-module (sakura bootloader uki))
@ -272,6 +273,7 @@
; bluetooth ; bluetooth
(service bluetooth-service-type (service bluetooth-service-type
(bluetooth-configuration (bluetooth-configuration
(bluez bluez-sakura)
(experimental #t) (experimental #t)
(fast-connectable? #t) (fast-connectable? #t)
(auto-enable? #t))) (auto-enable? #t)))