some changes on desktop
This commit is contained in:
@ -16,7 +16,7 @@
|
|||||||
baobab
|
baobab
|
||||||
lutris
|
lutris
|
||||||
insomnia
|
insomnia
|
||||||
jellyfin-web
|
jellyfin-mpv-shim
|
||||||
kdenlive
|
kdenlive
|
||||||
nextcloud-client
|
nextcloud-client
|
||||||
barrier
|
barrier
|
||||||
@ -69,6 +69,8 @@
|
|||||||
"fploionmjgeclbkemipmkogoaohcdbig" # Page load time
|
"fploionmjgeclbkemipmkogoaohcdbig" # Page load time
|
||||||
"egnjhciaieeiiohknchakcodbpgjnchh" # Tab Wrangler
|
"egnjhciaieeiiohknchakcodbpgjnchh" # Tab Wrangler
|
||||||
"fnaicdffflnofjppbagibeoednhnbjhg" # Floccus bookmarks
|
"fnaicdffflnofjppbagibeoednhnbjhg" # Floccus bookmarks
|
||||||
|
"mmpokgfcmbkfdeibafoafkiijdbfblfg" # Merge Windows
|
||||||
|
"gppongmhjkpfnbhagpmjfkannfbllamg" # Wappalyzer
|
||||||
];
|
];
|
||||||
extraOpts = {
|
extraOpts = {
|
||||||
"BrowserSignin" = 0;
|
"BrowserSignin" = 0;
|
||||||
|
@ -23,7 +23,8 @@
|
|||||||
|
|
||||||
dconf.enable = true;
|
dconf.enable = true;
|
||||||
dconf.settings = with lib.hm.gvariant; {
|
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;
|
# visual-bell = false;
|
||||||
# titlebar-font = "Liberation Sans Bold 9";
|
# titlebar-font = "Liberation Sans Bold 9";
|
||||||
# };
|
# };
|
||||||
@ -39,7 +40,18 @@
|
|||||||
programs = {
|
programs = {
|
||||||
ssh = {
|
ssh = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
compression = true;
|
||||||
serverAliveInterval = 60;
|
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 = {
|
git = {
|
||||||
|
@ -61,6 +61,9 @@ in
|
|||||||
rocm-opencl-runtime
|
rocm-opencl-runtime
|
||||||
amdvlk
|
amdvlk
|
||||||
];
|
];
|
||||||
|
extraPackages32 = with pkgs; [
|
||||||
|
driversi686Linux.amdvlk
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
fancontrol = {
|
fancontrol = {
|
||||||
|
Reference in New Issue
Block a user