feat: Added stuff
This commit is contained in:
@@ -31,6 +31,7 @@
|
||||
# ./zellij.nix
|
||||
./zoxide.nix
|
||||
#./template.nix
|
||||
./gimp.nix
|
||||
];
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
|
||||
3
home/programs/gimp.nix
Normal file
3
home/programs/gimp.nix
Normal file
@@ -0,0 +1,3 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [gimp-with-plugins];
|
||||
}
|
||||
@@ -1,6 +1,6 @@
|
||||
{pkgs, ...}: {
|
||||
programs.newsboat = {
|
||||
enable = false;
|
||||
enable = true;
|
||||
urls = [
|
||||
{
|
||||
title = "r/rust";
|
||||
|
||||
Reference in New Issue
Block a user