1
Fork 0

Compare commits

...

3 Commits

Author SHA1 Message Date
Bauke 7549bd5ae2
Remove alt to move windows. 2024-02-21 13:20:05 +01:00
Bauke 34f4dcefe0
Add GitLens. 2024-02-21 13:18:15 +01:00
Bauke e118251bb2
Add Musnix and enable JACK. 2024-02-20 17:56:38 +01:00
4 changed files with 6 additions and 1 deletions

View File

@ -4,6 +4,7 @@ brunnerh.insert-unicode
Catppuccin.catppuccin-vsc Catppuccin.catppuccin-vsc
Catppuccin.catppuccin-vsc-icons Catppuccin.catppuccin-vsc-icons
denoland.vscode-deno denoland.vscode-deno
eamodio.gitlens
jnoortheen.nix-ide jnoortheen.nix-ide
jock.svg jock.svg
mkhl.direnv mkhl.direnv

View File

@ -4,6 +4,7 @@
{ {
imports = [ imports = [
<musnix>
./hardware-configuration.nix # Created by nixos-generate-config. ./hardware-configuration.nix # Created by nixos-generate-config.
./packages.nix ./packages.nix
./programs-services.nix ./programs-services.nix
@ -11,6 +12,8 @@
./users.nix ./users.nix
]; ];
musnix.enable = true;
nix = { nix = {
settings.experimental-features = [ "flakes" "nix-command" ]; settings.experimental-features = [ "flakes" "nix-command" ];
}; };

View File

@ -35,6 +35,7 @@
alsa.support32Bit = true; alsa.support32Bit = true;
enable = true; enable = true;
pulse.enable = true; pulse.enable = true;
jack.enable = true;
}; };
usbmuxd.enable = true; usbmuxd.enable = true;

View File

@ -22,7 +22,7 @@
<property name="double_click_action" type="string" value="maximize"/> <property name="double_click_action" type="string" value="maximize"/>
<property name="double_click_distance" type="int" value="5"/> <property name="double_click_distance" type="int" value="5"/>
<property name="double_click_time" type="int" value="250"/> <property name="double_click_time" type="int" value="250"/>
<property name="easy_click" type="string" value="Alt"/> <property name="easy_click" type="string" value="None"/>
<property name="focus_delay" type="int" value="250"/> <property name="focus_delay" type="int" value="250"/>
<property name="focus_hint" type="bool" value="true"/> <property name="focus_hint" type="bool" value="true"/>
<property name="focus_new" type="bool" value="true"/> <property name="focus_new" type="bool" value="true"/>