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 = {
enable = true;
discord = {
enable = true;
branch = "canary";
branch = "stable";
autoscroll.enable = true;
};
config = {
@ -57,9 +53,6 @@
reverseImageSearch = {
enable = true;
};
sekaiStickers = {
enable = true;
};
sendTimestamps = {
enable = true;
};

View file

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

View file

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

View file

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