mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 13:43:56 -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;
|
||||
|
||||
|
||||
|
||||
# Packages that should be installed to the user profile.
|
||||
home.packages = with pkgs; [
|
||||
curl
|
||||
|
@ -19,7 +21,7 @@
|
|||
github-desktop
|
||||
syncthing
|
||||
vscode
|
||||
warp-terminal
|
||||
# warp-terminal
|
||||
wget
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue