some programs
This commit is contained in:
parent
4409bfc3bf
commit
12532c1257
3 changed files with 7 additions and 1 deletions
|
|
@ -53,7 +53,7 @@
|
||||||
# See also https://certification.ubuntu.com/catalog/component/input/5313/input%3ATPPS/2ElanTrackPoint/
|
# See also https://certification.ubuntu.com/catalog/component/input/5313/input%3ATPPS/2ElanTrackPoint/
|
||||||
hardware.trackpoint.device = "TPPS/2 Elan TrackPoint";
|
hardware.trackpoint.device = "TPPS/2 Elan TrackPoint";
|
||||||
|
|
||||||
services.throttled.enable = lib.mkDefault true;
|
# services.throttled.enable = lib.mkDefault true;
|
||||||
|
|
||||||
hardware.trackpoint.enable = lib.mkDefault true;
|
hardware.trackpoint.enable = lib.mkDefault true;
|
||||||
hardware.trackpoint.emulateWheel = lib.mkDefault config.hardware.trackpoint.enable;
|
hardware.trackpoint.emulateWheel = lib.mkDefault config.hardware.trackpoint.enable;
|
||||||
|
|
|
||||||
5
home.nix
5
home.nix
|
|
@ -71,6 +71,11 @@ let username = "clemens"; in
|
||||||
direnv
|
direnv
|
||||||
font-awesome
|
font-awesome
|
||||||
networkmanagerapplet
|
networkmanagerapplet
|
||||||
|
zotero
|
||||||
|
blender-hip
|
||||||
|
pdfpc
|
||||||
|
maltego
|
||||||
|
krita
|
||||||
] ++ (if x11mode then [
|
] ++ (if x11mode then [
|
||||||
arandr
|
arandr
|
||||||
flameshot
|
flameshot
|
||||||
|
|
|
||||||
|
|
@ -125,6 +125,7 @@
|
||||||
}
|
}
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
extraConfig = "for_window [title=\"vk_ray_tracing_gltf_KHR\"] floating enable";
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue