Teamviewer, gtk4 settings, add minio-client
This commit is contained in:
parent
4bcff8ed1b
commit
e450d44b54
1 changed files with 8 additions and 0 deletions
|
@ -103,6 +103,7 @@ in
|
|||
(jetbrains.clion.override { jdk = pkgs.jetbrains.jdk; })
|
||||
libnotify
|
||||
libreoffice-fresh
|
||||
minio-client
|
||||
mpv
|
||||
nordzy-cursor-theme
|
||||
onefetch
|
||||
|
@ -175,6 +176,11 @@ in
|
|||
gtk-cursor-theme-name = "Nordzy-cursors";
|
||||
};
|
||||
};
|
||||
|
||||
gtk4.extraConfig = {
|
||||
gtk-application-prefer-dark-theme = true;
|
||||
gtk-cursor-theme-name = "Nordzy-cursors";
|
||||
};
|
||||
};
|
||||
|
||||
imports = [
|
||||
|
@ -193,6 +199,8 @@ in
|
|||
home.stateVersion = "22.11";
|
||||
};
|
||||
|
||||
services.teamviewer.enable = true;
|
||||
|
||||
services.xserver = {
|
||||
layout = "us,us";
|
||||
xkbVariant = "colemak,";
|
||||
|
|
Loading…
Reference in a new issue