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; [
|
my-python-packages = python-packages: with python-packages; [
|
||||||
pip
|
pip
|
||||||
pipx
|
pipx
|
||||||
recipe-scrapers
|
#recipe-scrapers
|
||||||
#tldextract
|
#tldextract
|
||||||
#setuptools
|
#setuptools
|
||||||
];
|
];
|
||||||
python-with-my-packages = pkgs.python310Full.withPackages my-python-packages;
|
python-with-my-packages = pkgs.python311Full.withPackages my-python-packages;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
|
|
@ -22,10 +22,10 @@ in
|
||||||
networking.enableIPv6 = false; # FIXME this is to test connectivity @ the office via wireguard
|
networking.enableIPv6 = false; # FIXME this is to test connectivity @ the office via wireguard
|
||||||
networking.networkmanager.wifi.powersave = true;
|
networking.networkmanager.wifi.powersave = true;
|
||||||
networking.useDHCP = false;
|
networking.useDHCP = false;
|
||||||
networking.extraHosts =
|
# 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
|
# 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.
|
# Set your time zone.
|
||||||
time.timeZone = "America/Chicago";
|
time.timeZone = "America/Chicago";
|
||||||
|
|
@ -119,6 +119,7 @@ in
|
||||||
gnome.gnome-tweaks
|
gnome.gnome-tweaks
|
||||||
gnome.simple-scan
|
gnome.simple-scan
|
||||||
gnumake
|
gnumake
|
||||||
|
gnumeric
|
||||||
gnupg
|
gnupg
|
||||||
gtop
|
gtop
|
||||||
headset-charge-indicator
|
headset-charge-indicator
|
||||||
|
|
@ -141,7 +142,7 @@ in
|
||||||
ktimer
|
ktimer
|
||||||
libappindicator
|
libappindicator
|
||||||
libnotify
|
libnotify
|
||||||
libreoffice-qt
|
libreoffice
|
||||||
links2
|
links2
|
||||||
lsb-release
|
lsb-release
|
||||||
mairix
|
mairix
|
||||||
|
|
@ -222,6 +223,7 @@ in
|
||||||
programs.dconf.enable = true;
|
programs.dconf.enable = true;
|
||||||
programs.light.enable = true;
|
programs.light.enable = true;
|
||||||
programs.mtr.enable = true;
|
programs.mtr.enable = true;
|
||||||
|
#programs.mtr.package = "pkgs.mtr-gui";
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue