some changes on desktop

This commit is contained in:
Alexander Szczepanski
2021-06-10 22:28:46 +02:00
parent 220fa444e6
commit b516d09116
3 changed files with 19 additions and 2 deletions

View File

@ -16,7 +16,7 @@
baobab
lutris
insomnia
jellyfin-web
jellyfin-mpv-shim
kdenlive
nextcloud-client
barrier
@ -69,6 +69,8 @@
"fploionmjgeclbkemipmkogoaohcdbig" # Page load time
"egnjhciaieeiiohknchakcodbpgjnchh" # Tab Wrangler
"fnaicdffflnofjppbagibeoednhnbjhg" # Floccus bookmarks
"mmpokgfcmbkfdeibafoafkiijdbfblfg" # Merge Windows
"gppongmhjkpfnbhagpmjfkannfbllamg" # Wappalyzer
];
extraOpts = {
"BrowserSignin" = 0;

View File

@ -23,7 +23,8 @@
dconf.enable = true;
dconf.settings = with lib.hm.gvariant; {
"org/gnome/desktop/wm/preferences".button-layout = "close:maximize";
#"org/gnome/desktop/wm/preferences".button-layout = "close:maximize";
"org/gnome/desktop/wm/preferences".titlebar-font = "Liberation Sans Bold 9";
# visual-bell = false;
# titlebar-font = "Liberation Sans Bold 9";
# };
@ -39,7 +40,18 @@
programs = {
ssh = {
enable = true;
compression = true;
serverAliveInterval = 60;
matchBlocks."homeserver" = {
hostname = "192.168.1.100";
remoteForwards = [ {
bind.address = "127.0.0.1";
bind.port = 52698;
host.address = "127.0.0.1";
host.port = 52698;
} ];
};
};
git = {

View File

@ -61,6 +61,9 @@ in
rocm-opencl-runtime
amdvlk
];
extraPackages32 = with pkgs; [
driversi686Linux.amdvlk
];
};
fancontrol = {