minor changes

dev-docs
Moritz Böhme 2022-12-23 12:40:37 +01:00
parent a856565ac9
commit 050d6d90c1
Signed by: moritz
GPG Key ID: 970C6E89EB0547A9
4 changed files with 10 additions and 2 deletions

View File

@ -93,6 +93,7 @@ with lib;
hut hut
lazygit lazygit
neofetch neofetch
ripgrep
tmux tmux
ttyper ttyper
up up
@ -102,7 +103,7 @@ with lib;
fonts.fonts = with pkgs; [ fonts.fonts = with pkgs; [
(nerdfonts.override { (nerdfonts.override {
fonts = [ "FiraCode" "DroidSansMono" "JetBrainsMono" ]; fonts = [ "FiraCode" ];
}) })
]; ];

View File

@ -122,10 +122,15 @@ with lib; {
vlc vlc
thunderbird thunderbird
plantuml plantuml
jetbrains.pycharm-professional
synology-drive-client
]; ];
programs.chromium.enable = true;
home-manager.users.moritz = { home-manager.users.moritz = {
services.unclutter.enable = true;
services.nextcloud-client = { services.nextcloud-client = {
enable = true; enable = true;
startInBackground = true; startInBackground = true;

View File

@ -8,5 +8,6 @@
lutris lutris
legendary-gl legendary-gl
heroic heroic
mangohud
]; ];
} }

View File

@ -51,6 +51,7 @@ in
extraConfig = builtins.readFile ./bspwmrc; extraConfig = builtins.readFile ./bspwmrc;
}; };
services = { services = {
unclutter.enable = true;
sxhkd = { sxhkd = {
enable = true; enable = true;
extraConfig = builtins.readFile ./sxhkdrc; extraConfig = builtins.readFile ./sxhkdrc;