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
lazygit
neofetch
ripgrep
tmux
ttyper
up
@ -102,7 +103,7 @@ with lib;
fonts.fonts = with pkgs; [
(nerdfonts.override {
fonts = [ "FiraCode" "DroidSansMono" "JetBrainsMono" ];
fonts = [ "FiraCode" ];
})
];

View File

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

View File

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

View File

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