nfs utils, changes to toothpick user defaults and some minor refactor

This commit is contained in:
cnst
2024-12-18 16:46:40 +01:00
parent 403875fe85
commit 2aa5867716
13 changed files with 220 additions and 187 deletions

View File

@@ -119,9 +119,9 @@ in {
(mkIf (host == "toothpc") {
wayland.windowManager.hyprland.settings = {
"$terminal" = "foot";
"$browser" = "zen";
"$browserinc" = "zen --private-window";
"$terminal" = "alacritty";
"$browser" = "firefox";
"$browserinc" = "firefox --private-window";
"$mod" = "ALT_L";
bind = [
# Add more host-specific binds as needed

View File

@@ -30,8 +30,9 @@ in {
name = "Orchis-Grey-Dark-Compact";
};
iconTheme = {
package = pkgs.adwaita-icon-theme;
name = "Adwaita";
# package = pkgs.adwaita-icon-theme;
package = pkgs.papirus-icon-theme;
name = "Papirus-Dark";
};
font = {
name = "Input Sans Narrow Light";