diff --git a/config/gtk-3.0/settings.ini b/config/gtk-3.0/settings.ini index 5d64651..69cae39 100644 --- a/config/gtk-3.0/settings.ini +++ b/config/gtk-3.0/settings.ini @@ -1,7 +1,7 @@ [Settings] -gtk-theme-name=Adwaita +gtk-theme-name=catppuccin-frappe-blue-standard gtk-icon-theme-name=Adwaita -gtk-font-name=SF Pro Display 11 +gtk-font-name=Adwaita Sans 11 gtk-cursor-theme-name=catppuccin-mocha-blue-cursors gtk-cursor-theme-size=24 gtk-toolbar-style=GTK_TOOLBAR_ICONS @@ -14,4 +14,4 @@ gtk-xft-antialias=1 gtk-xft-hinting=1 gtk-xft-hintstyle=hintslight gtk-xft-rgba=rgb -gtk-application-prefer-dark-theme=0 +gtk-application-prefer-dark-theme=1 diff --git a/etc/rice.png b/etc/rice.png index 6acdb1a..ac9c5db 100644 Binary files a/etc/rice.png and b/etc/rice.png differ diff --git a/flake.lock b/flake.lock index 51b55b5..598f4bc 100644 --- a/flake.lock +++ b/flake.lock @@ -215,6 +215,24 @@ "type": "github" } }, + "flake-utils_4": { + "inputs": { + "systems": "systems_8" + }, + "locked": { + "lastModified": 1681202837, + "narHash": "sha256-H+Rh19JDwRtpVPAWp64F+rlEtxUWBAQW28eAi3SRSzg=", + "owner": "numtide", + "repo": "flake-utils", + "rev": "cfacdce06f30d2b68473a46042957675eebb3401", + "type": "github" + }, + "original": { + "owner": "numtide", + "repo": "flake-utils", + "type": "github" + } + }, "ghostty": { "inputs": { "flake-compat": "flake-compat", @@ -984,6 +1002,20 @@ } }, "nixpkgs_10": { + "locked": { + "lastModified": 1682134069, + "narHash": "sha256-TnI/ZXSmRxQDt2sjRYK/8j8iha4B4zP2cnQCZZ3vp7k=", + "owner": "NixOS", + "repo": "nixpkgs", + "rev": "fd901ef4bf93499374c5af385b2943f5801c0833", + "type": "github" + }, + "original": { + "id": "nixpkgs", + "type": "indirect" + } + }, + "nixpkgs_11": { "locked": { "lastModified": 1743448293, "narHash": "sha256-bmEPmSjJakAp/JojZRrUvNcDX2R5/nuX6bm+seVaGhs=", @@ -1183,6 +1215,7 @@ "nvf": "nvf", "tangled": "tangled", "tuxstrap": "tuxstrap", + "vscode-server": "vscode-server", "zen-browser": "zen-browser" } }, @@ -1304,6 +1337,21 @@ "type": "github" } }, + "systems_8": { + "locked": { + "lastModified": 1681028828, + "narHash": "sha256-Vy1rq5AaRuLzOxct8nz4T6wlgyUR7zLU309k9mBC768=", + "owner": "nix-systems", + "repo": "default", + "rev": "da67096a3b9bf56a91d16901293e51ba5b49a27e", + "type": "github" + }, + "original": { + "owner": "nix-systems", + "repo": "default", + "type": "github" + } + }, "tangled": { "inputs": { "gomod2nix": "gomod2nix", @@ -1359,17 +1407,35 @@ "systems": "systems_7" }, "locked": { - "lastModified": 1755268726, - "narHash": "sha256-d93cUF2agFvHqPYrE9RgaBCB3+wo9HttleUnZzP05H0=", - "owner": "ocbwoy3", - "repo": "tuxstrap", - "rev": "9fff8cddbd6fb739db7d45af05ab3039fb349bb1", + "lastModified": 1755804755, + "narHash": "sha256-7g4TfHySU9xXXXHbhIH0QHtt9wzuN6Larxl8Mut9pSE=", + "ref": "refs/heads/dev", + "rev": "eab1e02bfd240ed1bc57c6ddb10691062a1546e2", + "revCount": 49, + "type": "git", + "url": "https://tangled.sh/@ocbwoy3.dev/tuxstrap" + }, + "original": { + "type": "git", + "url": "https://tangled.sh/@ocbwoy3.dev/tuxstrap" + } + }, + "vscode-server": { + "inputs": { + "flake-utils": "flake-utils_4", + "nixpkgs": "nixpkgs_10" + }, + "locked": { + "lastModified": 1753541826, + "narHash": "sha256-foGgZu8+bCNIGeuDqQ84jNbmKZpd+JvnrL2WlyU4tuU=", + "owner": "nix-community", + "repo": "nixos-vscode-server", + "rev": "6d5f074e4811d143d44169ba4af09b20ddb6937d", "type": "github" }, "original": { - "owner": "ocbwoy3", - "ref": "dev", - "repo": "tuxstrap", + "owner": "nix-community", + "repo": "nixos-vscode-server", "type": "github" } }, @@ -1417,7 +1483,7 @@ "zen-browser": { "inputs": { "home-manager": "home-manager_2", - "nixpkgs": "nixpkgs_10" + "nixpkgs": "nixpkgs_11" }, "locked": { "lastModified": 1752716941, diff --git a/flake.nix b/flake.nix index 838c4bb..56de6a7 100644 --- a/flake.nix +++ b/flake.nix @@ -18,7 +18,7 @@ zen-browser.url = "github:0xc000022070/zen-browser-flake"; home-manager.url = "github:nix-community/home-manager"; - tuxstrap.url = "github:ocbwoy3/tuxstrap/dev"; + tuxstrap.url = "git+https://tangled.sh/@ocbwoy3.dev/tuxstrap"; nvf.url = "github:notashelf/nvf"; tangled.url = "git+https://tangled.sh/@tangled.sh/core";