Compare commits
2 Commits
637def6ca3
...
ea977f8253
| Author | SHA1 | Date | |
|---|---|---|---|
| ea977f8253 | |||
| 9abff2dfd7 |
@ -59,6 +59,8 @@
|
|||||||
framework13 = true;
|
framework13 = true;
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
|
formatter.${system} = nixpkgs.legacyPackages.${system}.alejandra;
|
||||||
|
|
||||||
nixosConfigurations = {
|
nixosConfigurations = {
|
||||||
${hostname} = nixpkgs.lib.nixosSystem {
|
${hostname} = nixpkgs.lib.nixosSystem {
|
||||||
inherit system;
|
inherit system;
|
||||||
|
|||||||
@ -13,7 +13,8 @@
|
|||||||
leftHanded = false;
|
leftHanded = false;
|
||||||
#middleButtonEmulation = false;
|
#middleButtonEmulation = false;
|
||||||
#naturalScroll = false;
|
#naturalScroll = false;
|
||||||
acceleration = -0.25;
|
#acceleration = -0.25;
|
||||||
|
acceleration = 0;
|
||||||
accelerationProfile = "none";
|
accelerationProfile = "none";
|
||||||
scrollSpeed = 1.0;
|
scrollSpeed = 1.0;
|
||||||
}
|
}
|
||||||
@ -293,10 +294,11 @@
|
|||||||
# baloofilerc.General."exclude filters version" = 9;
|
# baloofilerc.General."exclude filters version" = 9;
|
||||||
dolphinrc = {
|
dolphinrc = {
|
||||||
General = {
|
General = {
|
||||||
ShowTerminal = true;
|
#ShowTerminal = true;
|
||||||
RememberOpenedTabs = false;
|
RememberOpenedTabs = false;
|
||||||
# ViewPropsTimestamp = "2024,8,12,15,7,43.15";
|
# ViewPropsTimestamp = "2024,8,12,15,7,43.15";
|
||||||
};
|
};
|
||||||
|
"MainWindow"."TerminalPanel Visible" = true;
|
||||||
# IconsMode.PreviewSize = 80;
|
# IconsMode.PreviewSize = 80;
|
||||||
# "KFileDialog Settings"."Places Icons Auto-resize" = false;
|
# "KFileDialog Settings"."Places Icons Auto-resize" = false;
|
||||||
# "KFileDialog Settings"."Places Icons Static Size" = 22;
|
# "KFileDialog Settings"."Places Icons Static Size" = 22;
|
||||||
|
|||||||
Reference in New Issue
Block a user