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:
|
# 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
|
||||||
|
@@ -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;
|
||||||
|
Reference in New Issue
Block a user