grouping utility apps and fixing alacritty
This commit is contained in:
@@ -4,10 +4,6 @@
|
||||
feh = {
|
||||
enable = true;
|
||||
};
|
||||
# archiver
|
||||
file-roller = {
|
||||
enable = true;
|
||||
};
|
||||
# system information
|
||||
fastfetch = {
|
||||
enable = true;
|
||||
@@ -21,6 +17,7 @@
|
||||
};
|
||||
};
|
||||
home.packages = with pkgs; [
|
||||
file-roller # archiver
|
||||
gnome-calculator
|
||||
nwg-look # GTK settings
|
||||
hyprpicker # Color picker
|
||||
|
||||
@@ -61,7 +61,10 @@
|
||||
window = {
|
||||
dynamic_title = true;
|
||||
opacity = 0.9;
|
||||
padding = "{ x = 5, y = 5 }";
|
||||
padding = {
|
||||
x = 5;
|
||||
y = 5;
|
||||
};
|
||||
dimensions = {
|
||||
columns = 120;
|
||||
lines = 35;
|
||||
|
||||
@@ -42,9 +42,10 @@
|
||||
# workers=<number of logical CPUs>
|
||||
# utmp-helper=/usr/lib/utempter/utempter # When utmp backend is ‘libutempter’ (Linux)
|
||||
# utmp-helper=/usr/libexec/ulog-helper # When utmp backend is ‘ulog’ (FreeBSD)
|
||||
|
||||
|
||||
main = {
|
||||
font = "Input Mono Compressed:size=10";
|
||||
box-drawings-uses-font-glyphs = "yes";
|
||||
dpi-aware = "yes";
|
||||
pad = "3x1";
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user