update misc config
This commit is contained in:
parent
e0f956950a
commit
b0ba87b8c2
|
@ -50,15 +50,13 @@
|
||||||
arduino
|
arduino
|
||||||
arduino-ide
|
arduino-ide
|
||||||
arduino-cli
|
arduino-cli
|
||||||
kicad
|
|
||||||
kikit
|
|
||||||
|
|
||||||
ut1999
|
|
||||||
|
|
||||||
servicepoint-cli
|
servicepoint-cli
|
||||||
servicepoint-simulator
|
servicepoint-simulator
|
||||||
|
|
||||||
anydesk
|
icu
|
||||||
|
|
||||||
|
nextcloud-client
|
||||||
];
|
];
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
quick-settings-tweaker
|
quick-settings-tweaker
|
||||||
solaar-extension
|
solaar-extension
|
||||||
alphabetical-app-grid
|
alphabetical-app-grid
|
||||||
];
|
] ++ (with pkgs; [foliate]);
|
||||||
|
|
||||||
dconf.settings = {
|
dconf.settings = {
|
||||||
"org/gnome/shell" = {
|
"org/gnome/shell" = {
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{ ... }:
|
{ ... }:
|
||||||
{
|
{
|
||||||
imports = [ ./zerforschen-plus.nix ];
|
imports = [ ./nginx.nix ];
|
||||||
|
|
||||||
config = {
|
config = {
|
||||||
nix.settings.extra-platforms = [
|
nix.settings.extra-platforms = [
|
||||||
|
@ -37,6 +37,6 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
networking.firewall.allowedTCPPorts = [ 8776 ];
|
networking.firewall.allowedTCPPorts = [ 8776 1337 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue