some changes on desktop
This commit is contained in:
@ -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;
|
||||
|
@ -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 = {
|
||||
|
@ -61,6 +61,9 @@ in
|
||||
rocm-opencl-runtime
|
||||
amdvlk
|
||||
];
|
||||
extraPackages32 = with pkgs; [
|
||||
driversi686Linux.amdvlk
|
||||
];
|
||||
};
|
||||
|
||||
fancontrol = {
|
||||
|
Reference in New Issue
Block a user