workstation/config
- convert to Python 3.11 - disable /etc/hosts overrides - added gnumeric, and switched back to libreoffice
This commit is contained in:
parent
dca57d441a
commit
63a7f5b313
1 changed files with 9 additions and 7 deletions
|
|
@ -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;
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue