bunch of stuff

This commit is contained in:
cswimr 2025-03-19 05:08:11 -05:00
parent e147f753e2
commit ba349189cc
Signed by: cswimr
GPG key ID: 0EC431A8DA8F8087
13 changed files with 507 additions and 513 deletions

View file

@ -25,11 +25,11 @@
];
substituters = [
"https://devenv.cachix.org"
"https://cosmic.cachix.org"
"https://nix-community.cachix.org"
];
trusted-public-keys = [
"devenv.cachix.org-1:w1cLUi8dv3hnoSPGAuibQv+f9TZLr6cv/Hm9XgU50cw="
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
"nix-community.cachix.org-1:mB9FSh9qf2dCimDSUo8Zy7bkq5CX+/rkCWyvRCYg3Fs="
];
};
};
@ -39,7 +39,6 @@
allowUnfree = true;
};
overlays = [
inputs.catppuccin-vsc.overlays.default
inputs.nur.overlays.default
inputs.gauntlet.overlays.default
];

View file

@ -54,7 +54,6 @@
})
# (pkgs.callPackage ../packages/ftb-app.nix { inherit pkgs; })
(pkgs.callPackage ../packages/svc.nix { inherit pkgs; })
(pkgs.callPackage ../packages/creamlinux-installer.nix { inherit pkgs; })
lunar-client
stablePkgs.heroic
dolphin-emu

View file

@ -17,7 +17,6 @@ let
neovim-qt
bitwarden-desktop
onlyoffice-bin
obs-studio
okteta
krita
ytmdesktop

View file

@ -2,6 +2,9 @@
programs.lazygit = {
enable = true;
settings = {
git = {
overrideGpg = true;
};
gui = {
nerdFontsVersion = "3";
};

View file

@ -54,6 +54,9 @@ let
sops
ssh-to-age
psmisc
uutils-coreutils-noprefix
uutils-findutils
uutils-diffutils
#toybox
#busybox
mktemp