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; [
|
||||
### LSP
|
||||
jnoortheen.nix-ide
|
||||
ms-python.python
|
||||
#ms-python.python
|
||||
rust-lang.rust-analyzer
|
||||
tamasfe.even-better-toml
|
||||
#bungcip.better-toml
|
||||
|
|
|
@ -29,7 +29,7 @@
|
|||
grim
|
||||
slurp
|
||||
swappy
|
||||
udiskie
|
||||
#udiskie
|
||||
swww
|
||||
mpvpaper
|
||||
|
||||
|
|
|
@ -37,10 +37,10 @@
|
|||
|
||||
### Autostarts
|
||||
startup = [
|
||||
{ command = "${pkgs.swww}/bin/swww init"; }
|
||||
{ command = "${pkgs.waybar}/bin/waybar"; }
|
||||
{ command = "${pkgs.wl-clipboard}/bin/wl-paste --watch cliphist store"; }
|
||||
{ command = "${pkgs.udiskie}/bin/udiskie --smart-tray"; }
|
||||
{ command = "${pkgs.swww}/bin/swww init"; }
|
||||
{ command = "${pkgs.waybar}/bin/waybar"; }
|
||||
{ command = "${pkgs.wl-clipboard}/bin/wl-paste --watch cliphist store"; }
|
||||
#{ command = "${pkgs.udiskie}/bin/udiskie --smart-tray"; }
|
||||
];
|
||||
|
||||
### Keybinds
|
||||
|
|
Loading…
Reference in a new issue