minor changes
parent
a856565ac9
commit
050d6d90c1
|
@ -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" ];
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -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;
|
||||||
|
|
|
@ -8,5 +8,6 @@
|
||||||
lutris
|
lutris
|
||||||
legendary-gl
|
legendary-gl
|
||||||
heroic
|
heroic
|
||||||
|
mangohud
|
||||||
];
|
];
|
||||||
}
|
}
|
||||||
|
|
|
@ -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;
|
||||||
|
|
Loading…
Reference in New Issue