mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 18:53:54 -05:00
home-manager: temporarily removed warp-terminal due to nixpkgs bug #295553
This commit is contained in:
parent
3f78649ef7
commit
55ec427d18
|
@ -11,6 +11,8 @@
|
||||||
|
|
||||||
services.syncthing.enable = true;
|
services.syncthing.enable = true;
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# Packages that should be installed to the user profile.
|
# Packages that should be installed to the user profile.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
curl
|
curl
|
||||||
|
@ -19,7 +21,7 @@
|
||||||
github-desktop
|
github-desktop
|
||||||
syncthing
|
syncthing
|
||||||
vscode
|
vscode
|
||||||
warp-terminal
|
# warp-terminal
|
||||||
wget
|
wget
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue