some changes

This commit is contained in:
zack 2025-04-27 11:11:51 -04:00
parent 2d25c605b7
commit 825f05c50a
No known key found for this signature in database
GPG key ID: EE8A2B709E2401D1
45 changed files with 1826 additions and 1586 deletions

View file

@ -10,6 +10,7 @@
apps = {
web.librewolf.enable = true;
web.zen.setDefault = true;
web.zen.enable = true;
tools.git.enable = true;
tools.tmux.enable = true;
@ -35,8 +36,8 @@
mail.aerc.enable = true;
helpers = {
rofi.enable = true;
waybar.enable = true;
swaync.enable = true;
};
};
@ -127,7 +128,6 @@
pkgs.heroic
pkgs.cartridges
pkgs.discord-canary
pkgs.darktable
@ -178,17 +178,9 @@
pkgs.parsec-bin
pkgs.filezilla
lib.custom.nixos-stable.zed-editor
pkgs.zed-editor
pkgs.rmpc
# (inputs.zen-browser.packages.${pkgs.system}.twilight.overrideAttrs {
# version = "1.7.7t";
# src = builtins.fetchTarball {
# url = "https://github.com/zen-browser/desktop/releases/download/twilight/zen.linux-x86_64.tar.xz";
# sha256 = "sha256:1wgkqdfny6bqwmpka6knrjzsidpm3v5kiijkmszg7wiisl47lgal";
# };
# })
inputs.zen-browser.packages.${pkgs.system}.beta
pkgs.starfetch
@ -277,20 +269,6 @@
catppuccin.enable = true;
};
# systemd.user.services.xwaylandvideobridge = {
# Unit = {
# Description = "Tool to make it easy to stream wayland windows and screens to exisiting applications running under Xwayland";
# };
# Service = {
# Type = "simple";
# ExecStart = lib.getExe pkgs.xwaylandvideobridge;
# Restart = "on-failure";
# };
# Install = {
# WantedBy = ["default.target"];
# };
# };
services = {
gpg-agent = {
enable = true;