Added nixd and alejandra, moved emacs config

This commit is contained in:
2025-06-01 14:14:54 -04:00
parent bf081f0d28
commit 50a4ac9e9f
2 changed files with 19 additions and 4 deletions

View File

@@ -210,14 +210,14 @@
# List packages installed in system profile. To search, run: # List packages installed in system profile. To search, run:
# $ nix search wget # $ nix search wget
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [
alejandra
bitwarden-cli bitwarden-cli
bitwarden-desktop bitwarden-desktop
cifs-utils cifs-utils
emacs-pgtk
firefoxpwa firefoxpwa
flashrom flashrom
gcc gcc
# nerd-fonts.blex-mono nixd
pciutils pciutils
python3 python3
qemu qemu

View File

@@ -66,6 +66,11 @@
]; ];
}; };
programs.emacs = {
enable = true;
package = "pkgs.emacs-pgtk";
};
programs.fastfetch = { programs.fastfetch = {
enable = true; enable = true;
settings = { settings = {
@@ -271,8 +276,8 @@
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [
audacity
anki-bin anki-bin
audacity
ffmpeg ffmpeg
gimp gimp
ibm-plex ibm-plex
@@ -286,10 +291,20 @@
protonmail-bridge protonmail-bridge
thunderbird thunderbird
ueberzugpp ueberzugpp
vcv-rack
runelite runelite
]; ];
services.mako.enable = true; services.emacs = {
enable = true;
client = {
enable = true;
arguments = [
"-w"
];
};
defaultEditor = true;
}
services.mpd = { services.mpd = {
enable = true; enable = true;