Update fastfetch.nix
This commit is contained in:
parent
23bb2ed7d9
commit
ce578d95d2
1 changed files with 3 additions and 4 deletions
|
|
@ -4,6 +4,7 @@
|
||||||
# Install fastfetch, ghostty, and nerd fonts
|
# Install fastfetch, ghostty, and nerd fonts
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
fastfetch
|
fastfetch
|
||||||
|
ghostty
|
||||||
];
|
];
|
||||||
|
|
||||||
# Install Nerd Fonts for icon support
|
# Install Nerd Fonts for icon support
|
||||||
|
|
@ -15,8 +16,6 @@
|
||||||
|
|
||||||
# Download your custom image from GitHub
|
# Download your custom image from GitHub
|
||||||
environment.etc."fastfetch/logo.png".source = pkgs.fetchurl {
|
environment.etc."fastfetch/logo.png".source = pkgs.fetchurl {
|
||||||
#url = "https://raw.githubusercontent.com/ediblerope/nixos-config/main/walls/owventures.png";
|
|
||||||
#sha256 = "sha256-s01G+6StUw0YDlo/9UbAcPN65EUrBlc75qCE5niVAVM=";
|
|
||||||
url = "https://raw.githubusercontent.com/ediblerope/nixos-config/main/walls/owventures-2.png";
|
url = "https://raw.githubusercontent.com/ediblerope/nixos-config/main/walls/owventures-2.png";
|
||||||
sha256 = "sha256-kLAEahmpqZklN9FAMMI/ojPWB/rC2yb2Ip8gk6RIStk=";
|
sha256 = "sha256-kLAEahmpqZklN9FAMMI/ojPWB/rC2yb2Ip8gk6RIStk=";
|
||||||
};
|
};
|
||||||
|
|
@ -28,8 +27,8 @@
|
||||||
"logo": {
|
"logo": {
|
||||||
"source": "/etc/fastfetch/logo.png",
|
"source": "/etc/fastfetch/logo.png",
|
||||||
"type": "kitty-direct",
|
"type": "kitty-direct",
|
||||||
"width": 25,
|
"width": 15,
|
||||||
"height": 33,
|
"height": 20,
|
||||||
"padding": {
|
"padding": {
|
||||||
"top": 1,
|
"top": 1,
|
||||||
"left": 2,
|
"left": 2,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue