Added nixd and alejandra, moved emacs config
This commit is contained in:
@@ -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
|
||||
|
@@ -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
|
||||
@@ -286,10 +291,20 @@
|
||||
protonmail-bridge
|
||||
thunderbird
|
||||
ueberzugpp
|
||||
vcv-rack
|
||||
runelite
|
||||
];
|
||||
|
||||
services.mako.enable = true;
|
||||
services.emacs = {
|
||||
enable = true;
|
||||
client = {
|
||||
enable = true;
|
||||
arguments = [
|
||||
"-w"
|
||||
];
|
||||
};
|
||||
defaultEditor = true;
|
||||
}
|
||||
|
||||
services.mpd = {
|
||||
enable = true;
|
||||
|
Reference in New Issue
Block a user