Compare commits
No commits in common. "7549bd5ae20b827659511b8ddf2cdeb9692af804" and "d772b851823d4298356883f2db02adc137d82939" have entirely different histories.
7549bd5ae2
...
d772b85182
|
@ -4,7 +4,6 @@ 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
|
||||||
|
|
|
@ -4,7 +4,6 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
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
|
||||||
|
@ -12,8 +11,6 @@
|
||||||
./users.nix
|
./users.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
musnix.enable = true;
|
|
||||||
|
|
||||||
nix = {
|
nix = {
|
||||||
settings.experimental-features = [ "flakes" "nix-command" ];
|
settings.experimental-features = [ "flakes" "nix-command" ];
|
||||||
};
|
};
|
||||||
|
|
|
@ -35,7 +35,6 @@
|
||||||
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;
|
||||||
|
|
|
@ -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="None"/>
|
<property name="easy_click" type="string" value="Alt"/>
|
||||||
<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"/>
|
||||||
|
|
Loading…
Reference in New Issue