Logo
Explore Privacy Policy Terms of Service Help
Sign In
ahuston-0/nix-dotfiles
1
0
Fork 0
You've already forked nix-dotfiles
Code Issues Pull Requests4 Actions Packages Projects Releases Wiki Activity
b106e7b9e2
BranchesTags
View all branches
nix-dotfiles/users/alice/non-server.nix

9 lines
98 B
Nix
Raw Normal View History

Introduces non-server home-manager configs Allows home-manager configs to be done on a server/non-server basis Provides an example config by moving emacs to its own space (behind a lib.optionals so only non-server machines accept it) marks artemision and rhapsody-in-green as explicitly non-server machines Signed-off-by: ahuston-0 <aliceghuston@gmail.com>
2024-05-21 13:40:16 -04:00
{ pkgs, ... }:
{
programs.emacs = {
enable = true;
package = pkgs.emacs29-pgtk;
};
}
Reference in New Issue Copy Permalink
Powered by Gitea Page: 50ms Template: 2ms
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API