refactor: collapsed emacs dir, moved envvar definition
This commit is contained in:
parent
f440704ca8
commit
45566a8bc8
2 changed files with 18 additions and 18 deletions
|
@ -37,24 +37,28 @@
|
|||
};
|
||||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
wget
|
||||
vim
|
||||
htop
|
||||
environment = {
|
||||
systemPackages = with pkgs; [
|
||||
wget
|
||||
vim
|
||||
htop
|
||||
|
||||
ffmpeg
|
||||
ntfs3g
|
||||
unzip
|
||||
ffmpeg
|
||||
ntfs3g
|
||||
unzip
|
||||
|
||||
gnupg
|
||||
gnupg
|
||||
|
||||
libsForQt5.dolphin
|
||||
gnome3.adwaita-icon-theme
|
||||
adwaita-qt
|
||||
lxappearance
|
||||
];
|
||||
libsForQt5.dolphin
|
||||
gnome3.adwaita-icon-theme
|
||||
adwaita-qt
|
||||
lxappearance
|
||||
];
|
||||
|
||||
environment.shellAliases.ssh = "kitty +kitten ssh";
|
||||
shellAliases.ssh = "kitty +kitten ssh";
|
||||
|
||||
variables.DOOMDOR = "/etc/nixos/users/infinidoge/config/doom/";
|
||||
};
|
||||
|
||||
programs = {
|
||||
vim.defaultEditor = true;
|
||||
|
|
|
@ -6,10 +6,6 @@
|
|||
"${config.xdg.configHome}/emacs/bin"
|
||||
];
|
||||
|
||||
sessionVariables = {
|
||||
DOOMDIR = "/etc/nixos/users/profiles/emacs/doom/";
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
emacs
|
||||
ripgrep
|
Loading…
Add table
Add a link
Reference in a new issue