modifié : firefox.nix

modifié :         home.nix
	modifié :         ../nixos/configuration.nix
	modifié :         ../../../modules/neovim.nix
main
LUCAZEAU Alexandre 2023-10-25 19:00:10 +02:00
parent f1551db735
commit 88d76a48f4
4 changed files with 10 additions and 2 deletions

View File

@ -1,5 +1,9 @@
{ config, pkgs, theme, ... }:
{ config, lib, pkgs, theme, ... }:
let
nur-no-pkgs = import (builtins.fetchTarball "https://github.com/nix-community/NUR/archive/master.tar.gz") {};
in
{
imports = lib.attrValues nur-no-pkgs.repos.moredhel.hmModules.rawModules;
programs.firefox = {
enable = true;

View File

@ -3,6 +3,10 @@
{
imports = [
./firefox.nix
./packages.nix
../../../modules/neovim.nix
../../../modules/tmux.nix
../../../modules/git.nix
];
# Home Manager needs a bit of information about you and the paths it should
# manage.

View File

@ -10,6 +10,7 @@
./hardware-configuration.nix
./services.nix
./extra_hw.nix
./gnome.nix
];
boot = {

View File

@ -1,6 +1,5 @@
{ pkgs, config, ... }: {
programs.neovim = {
enable = true ;
viAlias = true;
vimAlias = true;
vimdiffAlias = true;