mirror of
https://gitlab.com/upRootNutrition/dotfiles.git
synced 2025-06-16 18:15:13 -05:00
feat: added some stuff
This commit is contained in:
parent
9b9becb2c1
commit
dd99b3a827
10 changed files with 142 additions and 148 deletions
|
@ -41,7 +41,7 @@ in {
|
|||
(modules)
|
||||
brave
|
||||
flameshot
|
||||
# ghostty
|
||||
ghostty
|
||||
misc-android
|
||||
misc-desktop
|
||||
misc-internet
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
};
|
||||
}
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
inherit
|
||||
(pkgs.kdePackages)
|
||||
# KDE Packages
|
||||
|
||||
kolourpaint
|
||||
okular
|
||||
partitionmanager
|
||||
|
@ -16,6 +15,7 @@
|
|||
gnome-software
|
||||
gparted
|
||||
usbimager
|
||||
nomacs
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -2,9 +2,8 @@
|
|||
home.packages = builtins.attrValues {
|
||||
inherit
|
||||
(pkgs)
|
||||
shotcut
|
||||
# shotcut
|
||||
# syncplay
|
||||
|
||||
;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue