From ce6b71103d98e0606ffdf6ec4db0f13f31f64377 Mon Sep 17 00:00:00 2001 From: Tao Tien <29749622+taotien@users.noreply.github.com> Date: Wed, 20 Mar 2024 17:29:48 -0700 Subject: [PATCH] le stuff --- extras/gaming.nix | 1 + systems/NOlaptop.nix | 26 +++++++++++++------------- users/tao.nix | 10 ++++++++++ 3 files changed, 24 insertions(+), 13 deletions(-) diff --git a/extras/gaming.nix b/extras/gaming.nix index 3a1f390..a179d77 100644 --- a/extras/gaming.nix +++ b/extras/gaming.nix @@ -10,6 +10,7 @@ environment.systemPackages = with pkgs; [ # parsec-bin + gamemode heroic lutris mangohud diff --git a/systems/NOlaptop.nix b/systems/NOlaptop.nix index 571099d..fede407 100644 --- a/systems/NOlaptop.nix +++ b/systems/NOlaptop.nix @@ -24,22 +24,22 @@ }; }; - environment.etc = { - "libinput/local-overrides.quirks".text = " - # MatchUdevType=touchpad - # MatchDMIModalias=dmi:*svnFramework:pnLaptop* - # AttrEventCode=-BTN_RIGHT + # environment.etc = { + # "libinput/local-overrides.quirks".text = " + # # MatchUdevType=touchpad + # # MatchDMIModalias=dmi:*svnFramework:pnLaptop* + # # AttrEventCode=-BTN_RIGHT - [Framework Laptop 16 Keyboard Module] - MatchName=Framework Laptop 16 Keyboard Module* - MatchUdevType=keyboard - MatchDMIModalias=dmi:*svnFramework:pnLaptop16* - AttrKeyboardIntegration=internal - "; - }; + # [Framework Laptop 16 Keyboard Module] + # MatchName=Framework Laptop 16 Keyboard Module* + # MatchUdevType=keyboard + # # MatchDMIModalias=dmi:*svnFramework:pnLaptop16* + # AttrKeyboardIntegration=internal + # "; + # }; # services.xserver.libinput = { # enable = true; - # # touchpad.disableWhileTyping = true; + # touchpad.disableWhileTyping = true; # }; services.xserver.displayManager.defaultSession = "plasma"; diff --git a/users/tao.nix b/users/tao.nix index 5b3548d..a2962af 100644 --- a/users/tao.nix +++ b/users/tao.nix @@ -37,6 +37,7 @@ jellyfin-mpv-shim keepassxc leetcode-cli + # kdeconnect # libsForQt5.kcharselect # libsForQt5.kdeconnect-kde # libsForQt5.plasma-integration @@ -70,6 +71,7 @@ discord ]; # programs.adb.enable = true; + programs.kdeconnect.enable = true; environment.shells = with pkgs; [nushell]; # virt @@ -81,6 +83,14 @@ user = "tao"; dataDir = "/home/tao/sync"; configDir = "/home/tao/.config/syncthing"; + settings = { + folders = { + "sync".path = "/home/tao/sync"; + "school".path = "/home/tao/school"; + # "projects".path = "/home/tao/projects"; + # "pictures".path = "/home/tao/pictures"; + }; + }; }; hardware.keyboard.qmk.enable = true;