From c8ffbad343cb9e58ed359cf74a6d231528b6aa5e Mon Sep 17 00:00:00 2001 From: Tom Barrett Date: Sun, 19 May 2024 19:22:52 +0200 Subject: more familiar multiscreen, no more firefox control, set TERM --- home.nix | 66 +++------------------------------------------------------------- 1 file changed, 3 insertions(+), 63 deletions(-) (limited to 'home.nix') diff --git a/home.nix b/home.nix index f1b3eb4..36a08b2 100644 --- a/home.nix +++ b/home.nix @@ -23,6 +23,7 @@ in { binutils feh file + firefox ghc gimp haskellPackages.fourmolu @@ -40,6 +41,7 @@ in { // { LESS = "-R -F"; EDITOR = "vim"; + TERM = "xterm-256color"; }; file.".xinitrc".text = '' @@ -80,68 +82,6 @@ in { ]; }; }; - firefox = { - enable = true; - profiles.tom = { - search = { - default = "DuckDuckGo"; - force = true; - }; - bookmarks = [ - { - toolbar = true; - bookmarks = [ - { - name = "home-manager"; - url = "https://nix-community.github.io/home-manager/options.xhtml"; - } - { - name = "nixpkgs"; - url = "https://search.nixos.org/packages"; - } - ]; - } - ]; - settings = { - "browser.startup.homepage" = "https://duckduckgo.com"; - "browser.newtabpage.enabled" = false; - "browser.toolbars.bookmarks.visibility" = "always"; - "extensions.activeThemeID" = "firefox-compact-dark@mozilla.org"; - "general.autoScroll" = true; - "browser.bookmarks.addedImportButton" = true; - "browser.uiCustomization.state" = { - "placements" = { - "widget-overflow-fixed-list" = []; - "unified-extensions-area" = []; - "nav-bar" = [ - "back-button" - "forward-button" - "stop-reload-button" - "urlbar-container" - "downloads-button" - "unified-extensions-button" - ]; - "toolbar-menubar" = ["menubar-items"]; - "TabsToolbar" = ["tabbrowser-tabs" "new-tab-button" "alltabs-button"]; - "PersonalToolbar" = ["personal-bookmarks"]; - }; - "seen" = ["save-to-pocket-button" "developer-button"]; - "dirtyAreaCache" = ["nav-bar" "PersonalToolbar" "toolbar-menubar" "TabsToolbar"]; - "currentVersion" = 20; - "newElementCount" = 3; - }; - "privacy.sanitize.sanitizeOnShutdown" = true; - "privacy.clearOnShutdown.cookies" = true; - "privacy.clearOnShutdown.cache" = true; - "privacy.clearOnShutdown.downloads" = true; - "privacy.clearOnShutdown.history" = true; - "privacy.clearOnShutdown.formData" = true; - "privacy.clearOnShutdown.offlineApps" = true; - "privacy.clearOnShutdown.sessions" = true; - "privacy.clearOnShutdown.siteSettings" = true; - }; - }; - }; git = { enable = true; userName = "tom barrett"; @@ -174,7 +114,7 @@ in { enableSshSupport = true; pinentryPackage = pkgs.pinentry-bemenu; # from gpg --list-secret-keys --with-keygrip ([A] keygrip) - sshKeys = []; + sshKeys = [""]; }; }; xdg.userDirs = { -- cgit v1.2.3