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, ... }:
|
{ config, lib, pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -22,12 +22,12 @@
|
|||||||
|
|
||||||
# extras
|
# extras
|
||||||
openssh
|
openssh
|
||||||
betterbird
|
#betterbird
|
||||||
bitwarden
|
#bitwarden
|
||||||
# dropbox
|
# dropbox
|
||||||
firefox
|
firefox
|
||||||
signal-desktop
|
#signal-desktop
|
||||||
telegram-desktop
|
#telegram-desktop
|
||||||
xfce.thunar
|
xfce.thunar
|
||||||
# zathura
|
# zathura
|
||||||
xfce.xfconf
|
xfce.xfconf
|
||||||
|
|||||||
@@ -1,6 +1,12 @@
|
|||||||
{ pkgs, config, ... }:
|
{ pkgs, config, ... }:
|
||||||
|
|
||||||
programs.neovim = {
|
{
|
||||||
enable = true;
|
#home.packages = with pkgs; [
|
||||||
|
#neovim
|
||||||
|
#];
|
||||||
|
|
||||||
|
programs.neovim = {
|
||||||
|
enable = true;
|
||||||
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
zsh
|
#zsh
|
||||||
fzf
|
fzf
|
||||||
python3
|
python3
|
||||||
zsh-nix-shell
|
zsh-nix-shell
|
||||||
|
|||||||
Reference in New Issue
Block a user