{flake,apps}: update flake; swap out some apps

This commit is contained in:
Artur Manuel 2025-04-16 23:00:37 +01:00
commit f5b3a4f3e2
Signed by: amadaluzia
SSH key fingerprint: SHA256:ubvwT66gNUKSsgSzEb2UQnX8pzTq5N+r8eRVYGJJm4Q
8 changed files with 23 additions and 35 deletions

View file

@ -41,7 +41,7 @@
pkgs.alacritty
pkgs.fuzzel
pkgs.amadaluzian-zsh
pkgs.qutebrowser
pkgs.ungoogled-chromium
pkgs.pwvucontrol
pkgs.polari
pkgs.dino

View file

@ -13,10 +13,9 @@ def main():
c.colors.webpage.darkmode.enabled = False
c.colors.webpage.preferred_color_scheme = "dark"
c.tabs.position = "top"
c.tabs.width = 32
c.fonts.default_size = "9pt"
c.fonts.default_family = "sans-serif"
c.tabs.padding = {
"bottom": 4,
"top": 4,
@ -24,6 +23,11 @@ def main():
"right": 6,
}
c.tabs.indicator.width = 0
c.tabs.title.format = "{audio}{relative_index} | {current_title}"
c.fonts.default_size = "9pt"
c.fonts.default_family = "sans-serif"
c.url.start_pages = "about:blank"

View file

@ -20,7 +20,7 @@ in
programs = {
swaybg = {
enable = true;
wallpaper = inputs.wallpkgs.wallpapers.rose-pine.rose_pine-02.path;
wallpaper = inputs.wallpkgs.wallpapers.rose-pine.rose_pine-04.path;
};
waybar.enable = true;
mako.enable = true;

View file

@ -29,6 +29,8 @@
};
};
nix.settings.cores = 4;
nixpkgs.overlays = [
inputs.alqages.overlays.default
];

View file

@ -13,10 +13,9 @@ def main():
c.colors.webpage.darkmode.enabled = False
c.colors.webpage.preferred_color_scheme = "dark"
c.tabs.position = "top"
c.tabs.width = 32
c.fonts.default_size = "9pt"
c.fonts.default_family = "sans-serif"
c.tabs.padding = {
"bottom": 4,
"top": 4,
@ -24,6 +23,11 @@ def main():
"right": 6,
}
c.tabs.indicator.width = 0
c.tabs.title.format = "{audio}{relative_index} | {current_title}"
c.fonts.default_size = "9pt"
c.fonts.default_family = "sans-serif"
c.url.start_pages = "about:blank"

View file

@ -26,7 +26,7 @@
mpv
imv
amberol
fractal
element-desktop
nicotine-plus-libadwaita
nautilus
librewolf
@ -35,9 +35,10 @@
gh
fuzzel
foot
signal-desktop
signal-desktop-bin
dino
polari
showtime
# vesktop
;
inherit (inputs.hetch.packages.${pkgs.system}) hetch;