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