feat: added some stuff

This commit is contained in:
Nick 2025-01-03 17:10:21 -06:00
parent 9b9becb2c1
commit dd99b3a827
10 changed files with 142 additions and 148 deletions

View file

@ -41,7 +41,7 @@ in {
(modules)
brave
flameshot
# ghostty
ghostty
misc-android
misc-desktop
misc-internet

View file

@ -5,6 +5,12 @@ in {
name = "Social Media";
toolbar = false;
bookmarks = [
{
name = "upRootNutrition";
url = "https://upRootNutrition.com";
tags = ["uprootnutrition" "up" "root" "nutrition"];
keyword = "Root";
}
{
name = "Disboard";
url = "https://disboard.org";

View file

@ -1,7 +1,10 @@
{
inputs,
pkgs,
...
}: {
home.packages = [inputs.ghostty.packages.${pkgs.system}.default];
programs.ghostty = {
enable = true;
settings = {
confirm-close-surface = false;
theme = "catppuccin-macchiato";
window-decoration = false;
};
};
}

View file

@ -3,7 +3,6 @@
inherit
(pkgs.kdePackages)
# KDE Packages
kolourpaint
okular
partitionmanager
@ -16,6 +15,7 @@
gnome-software
gparted
usbimager
nomacs
;
};
}

View file

@ -2,9 +2,8 @@
home.packages = builtins.attrValues {
inherit
(pkgs)
shotcut
# shotcut
# syncplay
;
};
}