This commit is contained in:
Julian Sutter 2023-04-13 11:02:21 -07:00
parent f40b4808cd
commit e35dfd6909

View file

@ -31,7 +31,6 @@ in
tor-browser-bundle-bin tor-browser-bundle-bin
nextcloud-client nextcloud-client
vlc vlc
deluge
steam steam
vmware-horizon-client vmware-horizon-client
kleopatra kleopatra
@ -43,6 +42,7 @@ in
direnv direnv
appimage-run appimage-run
libreoffice-qt libreoffice-qt
deluge
]; ];
}; };
@ -67,7 +67,7 @@ in
home.username = "jsutter"; home.username = "jsutter";
home.homeDirectory = "/home/jsutter"; home.homeDirectory = "/home/jsutter";
programs.home-manager.enable = true; programs.home-manager.enable = true;
home.stateVersion = "22.11"; home.stateVersion = "23.05";
# Git Configuration # Git Configuration
programs.git = { programs.git = {