Alphabet sort some misc apps

This commit is contained in:
Jimbo 2024-12-25 02:09:04 -05:00
parent c16bdf2280
commit 5d9146062a
6 changed files with 12 additions and 17 deletions

View file

@ -8,9 +8,6 @@
term = "xterm-256color"; term = "xterm-256color";
font = "${config.look.fonts.nerd}:size=14.7"; font = "${config.look.fonts.nerd}:size=14.7";
}; };
cursor = {
style = "beam";
};
colors = { colors = {
alpha = "0.85"; alpha = "0.85";
background = "${config.look.colors.dark}"; background = "${config.look.colors.dark}";
@ -31,9 +28,8 @@
bright6 = "93e0e3"; bright6 = "93e0e3";
bright7 = "ffffff"; bright7 = "ffffff";
}; };
key-bindings = { cursor.style = "beam";
search-start = "Control+f"; key-bindings.search-start = "Control+f";
};
}; };
}; };
} }

View file

@ -1,9 +1,9 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
steam
steam-run
heroic heroic
prismlauncher prismlauncher
steam
steam-run
]; ];
} }

View file

@ -1,10 +1,10 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
vesktop
fractal
telegram-desktop
libreoffice
bc bc
fractal
libreoffice
telegram-desktop
vesktop
]; ];
} }

View file

@ -1,9 +1,8 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
p7zip dua p7zip
vimv
dua
trash-cli trash-cli
vimv
]; ];
} }

View file

@ -3,8 +3,8 @@
nixpkgs.overlays = [ blender.overlays.default ]; nixpkgs.overlays = [ blender.overlays.default ];
home.packages = with pkgs; [ home.packages = with pkgs; [
krita
audacity audacity
blender_4_3 blender_4_3
krita
]; ];
} }

View file

@ -1,8 +1,8 @@
{ pkgs, ... }: { pkgs, ... }:
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
remmina
freerdp freerdp
gpauth gpauth
remmina
]; ];
} }