feat: Added stuff

This commit is contained in:
uttarayan21
2025-03-18 01:25:38 +05:30
parent 717144e43f
commit 8aa63b451f
3 changed files with 5 additions and 1 deletions

View File

@@ -31,6 +31,7 @@
# ./zellij.nix # ./zellij.nix
./zoxide.nix ./zoxide.nix
#./template.nix #./template.nix
./gimp.nix
]; ];
home.packages = with pkgs; home.packages = with pkgs;
[ [

3
home/programs/gimp.nix Normal file
View File

@@ -0,0 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [gimp-with-plugins];
}

View File

@@ -1,6 +1,6 @@
{pkgs, ...}: { {pkgs, ...}: {
programs.newsboat = { programs.newsboat = {
enable = false; enable = true;
urls = [ urls = [
{ {
title = "r/rust"; title = "r/rust";