some changes, and new walls added

This commit is contained in:
BalrajSinghGidda
2026-03-28 01:23:18 +05:30
parent 01fb6d2e00
commit ae076bde8f
30 changed files with 25 additions and 5 deletions

View File

@@ -19,7 +19,8 @@
edit-nvf = "nvim ~/nixos-dotfiles/modules/nixos/nvf.nix";
# Enhanced file operations
ls = "eza --long -ahF --no-user --no-permissions --git --icons=always --color=always --grid";
ls = "eza --long -hF --no-user --no-permissions --git --icons=always --color=always --grid";
la = "eza --long -ahF --no-user --no-permissions --git --icons=always --color=always --grid";
cd = "z"; # Use zoxide for smart directory jumping
# Utilities

View File

@@ -11,22 +11,22 @@ stdenv.mkDerivation rec {
pro = fetchurl {
url = "https://devimages-cdn.apple.com/design/resources/download/SF-Pro.dmg";
sha256 = "sha256-g/SzgU3vOzm8uRuA6AN/N8Tnrl2Vpya58hx99dGfecI=";
sha256 = "sha256-W0sZkipBtrduInk0oocbFAXX1qy0Z+yk2xUyFfDWx4s=";
};
compact = fetchurl {
url = "https://devimages-cdn.apple.com/design/resources/download/SF-Compact.dmg";
sha256 = "sha256-SIht9sqmeijEeU4uLwm+tlZtFlTnD/G5GH8haUL6dlU=";
sha256 = "sha256-RWeq4GFt01r8NLrWvvVH5y/R5lhFMFozlzBkUY0dU0g=";
};
mono = fetchurl {
url = "https://devimages-cdn.apple.com/design/resources/download/SF-Mono.dmg";
sha256 = "sha256-jnhTTmSy5J8MJotbsI8g5hxotgjvyDbccymjABwajYw=";
sha256 = "sha256-bUoLeOOqzQb5E/ZCzq0cfbSvNO1IhW1xcaLgtV2aeUU=";
};
ny = fetchurl {
url = "https://devimages-cdn.apple.com/design/resources/download/NY.dmg";
sha256 = "sha256-Rr0UpJa7kemczCqNn6b8HNtW6PiWO/Ez1LUh/WNk8S8=";
sha256 = "sha256-HC7ttFJswPMm+Lfql49aQzdWR2osjFYHJTdgjtuI+PQ=";
};
nativeBuildInputs = [p7zip];

View File

@@ -1,6 +1,8 @@
{pkgs, ...}: let
# Import custom wallpapers package
wallpapers = pkgs.callPackage ./wallpapers.nix {};
# Import Apple fonts package
apple-fonts = pkgs.callPackage ./apple-fonts.nix {};
in {
# System-wide packages available to all users
environment.systemPackages = with pkgs; [
@@ -74,5 +76,19 @@ in {
# Microsoft fonts
corefonts # Arial, Times New Roman, etc.
vista-fonts # Calibri, Cambria, etc.
# Apple fonts
apple-fonts
# Additional fonts
noto-fonts
noto-fonts-cjk-sans
noto-fonts-color-emoji
liberation_ttf
fira-code
fira-code-symbols
mplus-outline-fonts.githubRelease
dina-font
proggyfonts
];
}

View File

@@ -35,6 +35,9 @@
# Touchpad/trackpad support for laptops
services.libinput.enable = true;
services.udisks2.enable = true;
services.gvfs.enable = true;
# XDG Desktop Portal (for screen sharing, file pickers, etc.)
xdg.portal = {
enable = true;

Binary file not shown.

After

Width:  |  Height:  |  Size: 499 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 270 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.8 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 281 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 124 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 283 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.1 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 186 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 7.9 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 910 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 59 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 8.7 MiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.7 MiB

After

Width:  |  Height:  |  Size: 1006 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 2.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 16 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 978 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 25 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 125 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.7 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 46 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 48 KiB