Skip to content

Commit 81f2747

Browse files
committed
up
1 parent 83bdd6f commit 81f2747

3 files changed

Lines changed: 6 additions & 6 deletions

File tree

home/common/default.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,7 @@
425425
#oils-for-unix.enable = true;
426426
obs-studio.enable = true;
427427
oh-my-posh.enable = true;
428-
fish.enable = true;
428+
#fish.enable = true;
429429
bat.enable = true;
430430
zsh = {
431431
enable = true;
@@ -924,7 +924,7 @@
924924
nurl
925925
nwg-displays
926926
nwg-dock-hyprland
927-
oh-my-fish
927+
#oh-my-fish
928928
openconnect
929929
openssl
930930
ormolu

home/common/programs/alacritty.nix

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@
1414
history = 10000;
1515
};
1616

17-
font = {
18-
size = 12;
19-
};
17+
#font = {
18+
# size = 12;
19+
#};
2020

2121
mouse = {
2222
bindings = [

home/common/programs/kitty.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
enable = true;
33
themeFile = "VibrantInk"; # matches file here except without ".conf": https://github.com/kovidgoyal/kitty-themes/tree/master/themes
4-
font.name = "Terminess Nerd Font";
4+
#font.name = "Terminess Nerd Font";
55
settings = {
66
clipboard_control = "write-clipboard read-clipboard write-primary read-primary";
77
confirm_os_window_close = -0;

0 commit comments

Comments
 (0)