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

View File

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

View File

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

View File

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