This commit is contained in:
2024-03-02 10:40:21 +01:00
parent 175aa62fd9
commit 59bc243ed9
4 changed files with 13 additions and 11 deletions

View File

@@ -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, ... }:
{ {

View File

@@ -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

View File

@@ -1,6 +1,12 @@
{ pkgs, config, ... }: { pkgs, config, ... }:
programs.neovim = { {
enable = true; #home.packages = with pkgs; [
#neovim
#];
programs.neovim = {
enable = true;
};
} }

View File

@@ -2,7 +2,7 @@
{ {
home.packages = with pkgs; [ home.packages = with pkgs; [
zsh #zsh
fzf fzf
python3 python3
zsh-nix-shell zsh-nix-shell