diff --git a/flake.lock b/flake.lock index 2001ba53..ffa405b4 100644 --- a/flake.lock +++ b/flake.lock @@ -70,11 +70,11 @@ ] }, "locked": { - "lastModified": 1721100106, - "narHash": "sha256-+W47GD9QdHKVyfK/S5G448VbMIfJEUPvdQl0uQn60p0=", + "lastModified": 1721128566, + "narHash": "sha256-vopB9IQ+0mGHbdovctRB6wjkMQnQmdBZ8cyYSn/zXRQ=", "owner": "nix-community", "repo": "flake-firefox-nightly", - "rev": "15534c73a87a6c735e5f2077dd3de235ed00ec13", + "rev": "84364b1ba41582a86390f88932dc9d8798871050", "type": "github" }, "original": { @@ -340,11 +340,11 @@ ] }, "locked": { - "lastModified": 1720734513, - "narHash": "sha256-neWQ8eNtLTd+YMesb7WjKl1SVCbDyCm46LUgP/g/hdo=", + "lastModified": 1721135958, + "narHash": "sha256-H548rpPMsn25LDKn1PCFmPxmWlClJJGnvdzImHkqjuY=", "owner": "nix-community", "repo": "home-manager", - "rev": "90ae324e2c56af10f20549ab72014804a3064c7f", + "rev": "afd2021bedff2de92dfce0e257a3d03ae65c603d", "type": "github" }, "original": { diff --git a/home/core/gui/utility/default.nix b/home/core/gui/utility/default.nix index e1e5e669..11e22f08 100644 --- a/home/core/gui/utility/default.nix +++ b/home/core/gui/utility/default.nix @@ -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 diff --git a/home/core/tui/alacritty/default.nix b/home/core/tui/alacritty/default.nix index cee1748b..ff1f2c35 100644 --- a/home/core/tui/alacritty/default.nix +++ b/home/core/tui/alacritty/default.nix @@ -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; diff --git a/home/core/tui/foot/default.nix b/home/core/tui/foot/default.nix index 9b1edd4e..82a90f26 100644 --- a/home/core/tui/foot/default.nix +++ b/home/core/tui/foot/default.nix @@ -42,9 +42,10 @@ # workers= # 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"; };