mirror of
https://github.com/BalrajSinghGidda/nixos-dotfiles.git
synced 2026-04-07 09:27:23 +00:00
Gruvbox all over #6
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 1.0 MiB After Width: | Height: | Size: 116 KiB |
BIN
config/qtile/icons/old.png
Normal file
BIN
config/qtile/icons/old.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.0 MiB |
@@ -1,10 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
let
|
||||
{pkgs, ...}: let
|
||||
# Import custom wallpapers package
|
||||
wallpapers = (pkgs.callPackage ./wallpapers.nix { });
|
||||
in
|
||||
{
|
||||
wallpapers = pkgs.callPackage ./wallpapers.nix {};
|
||||
in {
|
||||
# System-wide packages available to all users
|
||||
environment.systemPackages = with pkgs; [
|
||||
# Core utilities
|
||||
@@ -59,6 +56,9 @@ in
|
||||
|
||||
# Custom packages
|
||||
wallpapers # Custom wallpaper collection
|
||||
gruvbox-dark-gtk
|
||||
capitaine-cursors-themed
|
||||
gruvbox-plus-icons
|
||||
];
|
||||
|
||||
# Font configuration
|
||||
|
||||
Reference in New Issue
Block a user