diff options
author | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-10 17:01:12 +0200 |
---|---|---|
committer | Baitinq <manuelpalenzuelamerino@gmail.com> | 2022-07-10 17:01:12 +0200 |
commit | c2a54d957ffcda0ab803e34e3bf53f66830e42ea (patch) | |
tree | d2bd836e43aacab527bdfc68b0b83dff6ddf13dc /hosts | |
parent | Remove qtcreator user package (diff) | |
download | nixos-config-c2a54d957ffcda0ab803e34e3bf53f66830e42ea.tar.gz nixos-config-c2a54d957ffcda0ab803e34e3bf53f66830e42ea.tar.bz2 nixos-config-c2a54d957ffcda0ab803e34e3bf53f66830e42ea.zip |
Packages: Added lemacs emacs launching utility package
Diffstat (limited to 'hosts')
-rw-r--r-- | hosts/home.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hosts/home.nix b/hosts/home.nix index 5fb9f4f..9b67b1c 100644 --- a/hosts/home.nix +++ b/hosts/home.nix @@ -41,6 +41,7 @@ in smart-wallpaper dwmbar xmonadctl + lemacs ]); }; |