Move emacs to programs

This commit is contained in:
Florian RICHER 2024-02-17 13:17:05 +01:00
parent cef7bcf15b
commit 57fd0f31f3
5 changed files with 9 additions and 14 deletions

View file

@ -2,8 +2,8 @@
{
imports = [
# ./hyprland
./programs
./programs/git.nix
./programs/emacs.nix
];
home = {

View file

@ -1,9 +0,0 @@
{
config,
pkgs,
...
}: {
imports = [
./git.nix
];
}

7
home/programs/emacs.nix Normal file
View file

@ -0,0 +1,7 @@
{ config, pkgs, ... }:
{
programs.emacs = {
enable = true;
};
}

View file

@ -2,8 +2,6 @@
pkgs,
...
}: {
home.packages = [];
programs.git = {
enable = true;
userName = "Florian RICHER";

View file

@ -37,7 +37,6 @@
packages = with pkgs; [
firefox
kate
emacs
vscode nixd
slack
skypeforlinux