Compare commits
No commits in common. "0b640ec8fbcb3f4949864ceb1991336fa39327a1" and "9e6ec059d07dacb4366e2a48db99836a17d3bd2b" have entirely different histories.
0b640ec8fb
...
9e6ec059d0
2 changed files with 1 additions and 2 deletions
|
@ -17,7 +17,6 @@
|
||||||
services.pipewire = {
|
services.pipewire = {
|
||||||
enable = true;
|
enable = true;
|
||||||
pulse.enable = true;
|
pulse.enable = true;
|
||||||
jack.enable = true;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
|
|
|
@ -27,7 +27,6 @@
|
||||||
nixfmt-classic
|
nixfmt-classic
|
||||||
cloc
|
cloc
|
||||||
nodejs_22
|
nodejs_22
|
||||||
texliveFull
|
|
||||||
|
|
||||||
(nerdfonts.override { fonts = [ "Hack" ]; })
|
(nerdfonts.override { fonts = [ "Hack" ]; })
|
||||||
];
|
];
|
||||||
|
@ -244,6 +243,7 @@
|
||||||
bind = [
|
bind = [
|
||||||
"SUPER, Space, exec, $terminal"
|
"SUPER, Space, exec, $terminal"
|
||||||
"SUPER SHIFT, Space, exec, $terminal -e sudo -i"
|
"SUPER SHIFT, Space, exec, $terminal -e sudo -i"
|
||||||
|
"SUPER, equal, movetoworkspace, special"
|
||||||
"SUPER, 10, workspace, 1"
|
"SUPER, 10, workspace, 1"
|
||||||
"SUPER, 11, workspace, 2"
|
"SUPER, 11, workspace, 2"
|
||||||
"SUPER, 12, workspace, 3"
|
"SUPER, 12, workspace, 3"
|
||||||
|
|
Loading…
Reference in a new issue