mirror of
https://github.com/EdenQwQ/nixos.git
synced 2026-07-16 22:16:51 +08:00
refactor wallpaper
This commit is contained in:
parent
c33286e661
commit
f9ff6c6bc4
7 changed files with 68 additions and 53 deletions
|
|
@ -59,6 +59,11 @@ let
|
|||
NetworkComparisonTest
|
||||
rPackages.pls
|
||||
rPackages.MASS
|
||||
igraph
|
||||
ggraph
|
||||
tidygraph
|
||||
corrr
|
||||
relaimpo
|
||||
(buildRPackage {
|
||||
name = "eegUtils";
|
||||
src = fetchFromGitHub {
|
||||
|
|
|
|||
|
|
@ -33,7 +33,7 @@
|
|||
input = {
|
||||
focus-follows-mouse.enable = true;
|
||||
touchpad.natural-scroll = false;
|
||||
touchpad.dwt = false;
|
||||
touchpad.dwt = true;
|
||||
keyboard.xkb.options = "caps:escape";
|
||||
};
|
||||
environment = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue