quick changes
might add/remove later
This commit is contained in:
parent
e729d90a36
commit
0acce99f5c
4 changed files with 7 additions and 12 deletions
|
|
@ -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;
|
||||
};
|
||||
|
|
|
|||
|
|
@ -2,6 +2,9 @@
|
|||
home.packages = with pkgs; [
|
||||
desmume
|
||||
rpcs3
|
||||
ppsspp
|
||||
mgba
|
||||
dolphin-emu
|
||||
input-remapper
|
||||
];
|
||||
}
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
{pkgs, ...}:
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
imagemagick
|
||||
pinta
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue