quick changes

might add/remove later
This commit is contained in:
alsaiduq-lab 2026-03-13 00:17:42 -06:00
parent e729d90a36
commit 0acce99f5c
4 changed files with 7 additions and 12 deletions

View file

@ -1,13 +1,9 @@
{ {...}: {
pkgs,
config,
...
}: {
programs.nixcord = { programs.nixcord = {
enable = true; enable = true;
discord = { discord = {
enable = true; enable = true;
branch = "canary"; branch = "stable";
autoscroll.enable = true; autoscroll.enable = true;
}; };
config = { config = {
@ -57,9 +53,6 @@
reverseImageSearch = { reverseImageSearch = {
enable = true; enable = true;
}; };
sekaiStickers = {
enable = true;
};
sendTimestamps = { sendTimestamps = {
enable = true; enable = true;
}; };

View file

@ -2,6 +2,9 @@
home.packages = with pkgs; [ home.packages = with pkgs; [
desmume desmume
rpcs3 rpcs3
ppsspp
mgba
dolphin-emu
input-remapper input-remapper
]; ];
} }

View file

@ -1,6 +1,6 @@
{pkgs, ...}: {pkgs, ...}: {
{
home.packages = with pkgs; [ home.packages = with pkgs; [
imagemagick imagemagick
pinta
]; ];
} }

View file

@ -7,7 +7,6 @@
nixpkgs.config.allowUnfree = true; nixpkgs.config.allowUnfree = true;
programs.nix-index.enable = true; programs.nix-index.enable = true;
programs.command-not-found.enable = false; programs.command-not-found.enable = false;
zramSwap.enable = true;
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
cachix cachix
nix-prefetch-git nix-prefetch-git