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 = [ imports = [
# ./hyprland ./programs/git.nix
./programs ./programs/emacs.nix
]; ];
home = { 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, pkgs,
... ...
}: { }: {
home.packages = [];
programs.git = { programs.git = {
enable = true; enable = true;
userName = "Florian RICHER"; userName = "Florian RICHER";

View file

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