small fixes
This commit is contained in:
parent
3280f80652
commit
fadeae44e5
|
@ -52,7 +52,7 @@
|
||||||
# Networking
|
# Networking
|
||||||
networking.networkmanager.enable = true;
|
networking.networkmanager.enable = true;
|
||||||
#networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
#networking.wireless.enable = true; # Enables wireless support via wpa_supplicant.
|
||||||
networking.interfaces.eno1.ipv4.addresses = [
|
networking.interfaces.enp3s0.ipv4.addresses = [
|
||||||
{ address = "192.168.1.7"; prefixLength = 24; }
|
{ address = "192.168.1.7"; prefixLength = 24; }
|
||||||
];
|
];
|
||||||
networking.defaultGateway.address = "192.168.1.254";
|
networking.defaultGateway.address = "192.168.1.254";
|
||||||
|
|
|
@ -18,6 +18,7 @@
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
pavucontrol
|
pavucontrol
|
||||||
lxterminal
|
lxterminal
|
||||||
|
# TODO: shadow gnome-terminal
|
||||||
ffmpegthumbnailer
|
ffmpegthumbnailer
|
||||||
gnomeExtensions.appindicator
|
gnomeExtensions.appindicator
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
# Handwritten!
|
# Handwritten!
|
||||||
{ pkgs, config, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
{
|
{
|
||||||
home.file.".local/opt/open-microsoft-url-files.py".source = ../../files/opt/open-microsoft-url-files.py;
|
home.file.".local/opt/open-microsoft-url-files.py".source = ../../files/opt/open-microsoft-url-files.py;
|
||||||
home.file.".local/opt/python-interactive-imports.py".source = ../../files/opt/python-interactive-imports.py;
|
home.file.".local/opt/python-interactive-imports.py".source = ../../files/opt/python-interactive-imports.py;
|
||||||
|
|
Loading…
Reference in New Issue