mirror of
https://github.com/alyraffauf/nixcfg.git
synced 2024-11-22 03:33:55 -05:00
aly: switch back to vscodium due to font glyph issues
This commit is contained in:
parent
645a6aa340
commit
326c6c0db1
|
@ -63,6 +63,11 @@ in {
|
|||
gitui.enable = true;
|
||||
home-manager.enable = true;
|
||||
|
||||
oh-my-posh = {
|
||||
enable = true;
|
||||
useTheme = "zash";
|
||||
};
|
||||
|
||||
rbw = {
|
||||
enable = true;
|
||||
package = pkgs.rbw;
|
||||
|
@ -93,6 +98,7 @@ in {
|
|||
keepassxc.enable = true;
|
||||
kitty.enable = true;
|
||||
tmux.enable = true;
|
||||
vsCodium.enable = true;
|
||||
yazi.enable = true;
|
||||
|
||||
zed = {
|
||||
|
@ -101,10 +107,7 @@ in {
|
|||
};
|
||||
};
|
||||
|
||||
defaultApps = {
|
||||
enable = true;
|
||||
editor = config.ar.home.apps.zed.package;
|
||||
};
|
||||
defaultApps.enable = true;
|
||||
|
||||
services = {
|
||||
gammastep.enable = true;
|
||||
|
|
Loading…
Reference in a new issue