le stuff
This commit is contained in:
parent
dc9aac0b17
commit
ce6b71103d
3 changed files with 24 additions and 13 deletions
|
|
@ -10,6 +10,7 @@
|
|||
|
||||
environment.systemPackages = with pkgs; [
|
||||
# parsec-bin
|
||||
gamemode
|
||||
heroic
|
||||
lutris
|
||||
mangohud
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue