Compare commits

..

2 Commits

2 changed files with 18 additions and 4 deletions

View File

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

View File

@@ -66,6 +66,11 @@
];
};
programs.emacs = {
enable = true;
package = "pkgs.emacs-pgtk";
};
programs.fastfetch = {
enable = true;
settings = {
@@ -271,8 +276,8 @@
};
home.packages = with pkgs; [
audacity
anki-bin
audacity
ffmpeg
gimp
ibm-plex
@@ -290,7 +295,16 @@
runelite
];
services.mako.enable = true;
services.emacs = {
enable = true;
client = {
enable = true;
arguments = [
"-w"
];
};
defaultEditor = true;
}
services.mpd = {
enable = true;