jp fonts, pihole
This commit is contained in:
parent
47a9352109
commit
09328a7aa1
1 changed files with 13 additions and 2 deletions
|
@ -21,6 +21,11 @@
|
|||
networking.hostName = "nixos";
|
||||
|
||||
networking.networkmanager.enable = true;
|
||||
networking.nameservers = [ "192.168.1.45" ];
|
||||
|
||||
environment.etc = {
|
||||
"resolv.conf".text = "nameserver 192.168.1.45\n";
|
||||
};
|
||||
|
||||
time.timeZone = "America/New_York";
|
||||
|
||||
|
@ -104,10 +109,13 @@
|
|||
obsidian
|
||||
lazygit
|
||||
obs-studio
|
||||
obs-studio-plugins.wlrobs
|
||||
pavucontrol
|
||||
unzip
|
||||
etcher
|
||||
virt-manager
|
||||
killall
|
||||
playerctl
|
||||
|
||||
# gaming
|
||||
steam
|
||||
|
@ -204,6 +212,9 @@
|
|||
font-awesome
|
||||
powerline-fonts
|
||||
fira-code-symbols
|
||||
dejavu_fonts
|
||||
kochi-substitute
|
||||
ipafont
|
||||
];
|
||||
|
||||
fontconfig = {
|
||||
|
|
Loading…
Reference in a new issue