mirror of
https://codeberg.org/hyperreal/home-manager
synced 2024-11-01 19:23:07 +01:00
Remove autossh
This commit is contained in:
parent
af08231047
commit
9a5830391d
4
home.nix
4
home.nix
@ -12,7 +12,6 @@
|
|||||||
# environment.
|
# environment.
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
arp-scan
|
arp-scan
|
||||||
autossh
|
|
||||||
bat
|
bat
|
||||||
diskonaut
|
diskonaut
|
||||||
doggo
|
doggo
|
||||||
@ -123,10 +122,7 @@
|
|||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
=======
|
|
||||||
# direnv
|
# direnv
|
||||||
>>>>>>> 9c27199 (Update)
|
|
||||||
programs.direnv = {
|
programs.direnv = {
|
||||||
enable = true;
|
enable = true;
|
||||||
enableZshIntegration = true;
|
enableZshIntegration = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user