nvim-2
This commit is contained in:
@@ -1,7 +1,3 @@
|
||||
# Edit this configuration file to define what should be installed on
|
||||
# your system. Help is available in the configuration.nix(5) man page, on
|
||||
# https://search.nixos.org/options and in the NixOS manual (`nixos-help`).
|
||||
|
||||
{ config, lib, pkgs, ... }:
|
||||
|
||||
{
|
||||
|
||||
@@ -22,12 +22,12 @@
|
||||
|
||||
# extras
|
||||
openssh
|
||||
betterbird
|
||||
bitwarden
|
||||
#betterbird
|
||||
#bitwarden
|
||||
# dropbox
|
||||
firefox
|
||||
signal-desktop
|
||||
telegram-desktop
|
||||
#signal-desktop
|
||||
#telegram-desktop
|
||||
xfce.thunar
|
||||
# zathura
|
||||
xfce.xfconf
|
||||
|
||||
@@ -1,6 +1,12 @@
|
||||
{ pkgs, config, ... }:
|
||||
|
||||
programs.neovim = {
|
||||
{
|
||||
#home.packages = with pkgs; [
|
||||
#neovim
|
||||
#];
|
||||
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
zsh
|
||||
#zsh
|
||||
fzf
|
||||
python3
|
||||
zsh-nix-shell
|
||||
|
||||
Reference in New Issue
Block a user