flake: adapt new flake.lock
This commit is contained in:
parent
e464f3a620
commit
db271c57a1
3 changed files with 6 additions and 6 deletions
|
@ -205,7 +205,7 @@
|
||||||
extensions = with pkgs.vscode-extensions; [
|
extensions = with pkgs.vscode-extensions; [
|
||||||
### LSP
|
### LSP
|
||||||
jnoortheen.nix-ide
|
jnoortheen.nix-ide
|
||||||
ms-python.python
|
#ms-python.python
|
||||||
rust-lang.rust-analyzer
|
rust-lang.rust-analyzer
|
||||||
tamasfe.even-better-toml
|
tamasfe.even-better-toml
|
||||||
#bungcip.better-toml
|
#bungcip.better-toml
|
||||||
|
|
|
@ -29,7 +29,7 @@
|
||||||
grim
|
grim
|
||||||
slurp
|
slurp
|
||||||
swappy
|
swappy
|
||||||
udiskie
|
#udiskie
|
||||||
swww
|
swww
|
||||||
mpvpaper
|
mpvpaper
|
||||||
|
|
||||||
|
|
|
@ -40,7 +40,7 @@
|
||||||
{ command = "${pkgs.swww}/bin/swww init"; }
|
{ command = "${pkgs.swww}/bin/swww init"; }
|
||||||
{ command = "${pkgs.waybar}/bin/waybar"; }
|
{ command = "${pkgs.waybar}/bin/waybar"; }
|
||||||
{ command = "${pkgs.wl-clipboard}/bin/wl-paste --watch cliphist store"; }
|
{ command = "${pkgs.wl-clipboard}/bin/wl-paste --watch cliphist store"; }
|
||||||
{ command = "${pkgs.udiskie}/bin/udiskie --smart-tray"; }
|
#{ command = "${pkgs.udiskie}/bin/udiskie --smart-tray"; }
|
||||||
];
|
];
|
||||||
|
|
||||||
### Keybinds
|
### Keybinds
|
||||||
|
|
Loading…
Reference in a new issue