Compare commits

..

2 Commits

Author SHA1 Message Date
ea977f8253 Changed Logitech mouse sensitivity 2026-03-05 16:07:50 +01:00
9abff2dfd7 Added formatter to nix flake
(Still needs to be configred how I like it)
2026-03-05 16:07:00 +01:00
2 changed files with 6 additions and 2 deletions

View File

@ -59,6 +59,8 @@
framework13 = true;
in
{
formatter.${system} = nixpkgs.legacyPackages.${system}.alejandra;
nixosConfigurations = {
${hostname} = nixpkgs.lib.nixosSystem {
inherit system;

View File

@ -13,7 +13,8 @@
leftHanded = false;
#middleButtonEmulation = false;
#naturalScroll = false;
acceleration = -0.25;
#acceleration = -0.25;
acceleration = 0;
accelerationProfile = "none";
scrollSpeed = 1.0;
}
@ -293,10 +294,11 @@
# baloofilerc.General."exclude filters version" = 9;
dolphinrc = {
General = {
ShowTerminal = true;
#ShowTerminal = true;
RememberOpenedTabs = false;
# ViewPropsTimestamp = "2024,8,12,15,7,43.15";
};
"MainWindow"."TerminalPanel Visible" = true;
# IconsMode.PreviewSize = 80;
# "KFileDialog Settings"."Places Icons Auto-resize" = false;
# "KFileDialog Settings"."Places Icons Static Size" = 22;