diff --git a/workstation/configuration.nix b/workstation/configuration.nix index 3185c9c..1cf4c43 100644 --- a/workstation/configuration.nix +++ b/workstation/configuration.nix @@ -4,11 +4,11 @@ let my-python-packages = python-packages: with python-packages; [ pip pipx - recipe-scrapers + #recipe-scrapers #tldextract #setuptools ]; - python-with-my-packages = pkgs.python310Full.withPackages my-python-packages; + python-with-my-packages = pkgs.python311Full.withPackages my-python-packages; in { # Bootloader. @@ -22,10 +22,10 @@ in networking.enableIPv6 = false; # FIXME this is to test connectivity @ the office via wireguard networking.networkmanager.wifi.powersave = true; networking.useDHCP = false; - networking.extraHosts = - '' - 100.75.7.116 harper.tail harper bandwidth.duckland.org bandwidth2.duckland.org cal.duckland.org cloud.duckland.org dash.duckland.org git.duckland.org jelly.duckland.org music.duckland.org photos.duckland.org plex.duckland.org rss.duckland.org smart.duckland.org vault.duckland.org webhook.home.duckland.org - ''; +# networking.extraHosts = +# '' +# 100.75.7.116 harper.tail harper bandwidth.duckland.org bandwidth2.duckland.org cal.duckland.org cloud.duckland.org dash.duckland.org git.duckland.org jelly.duckland.org music.duckland.org photos.duckland.org plex.duckland.org rss.duckland.org smart.duckland.org vault.duckland.org webhook.home.duckland.org +# ''; # Set your time zone. time.timeZone = "America/Chicago"; @@ -119,6 +119,7 @@ in gnome.gnome-tweaks gnome.simple-scan gnumake + gnumeric gnupg gtop headset-charge-indicator @@ -141,7 +142,7 @@ in ktimer libappindicator libnotify - libreoffice-qt + libreoffice links2 lsb-release mairix @@ -222,6 +223,7 @@ in programs.dconf.enable = true; programs.light.enable = true; programs.mtr.enable = true; + #programs.mtr.package = "pkgs.mtr-gui"; programs.kdeconnect.enable = true;