ready for 23.11 + rose-pine + lavyvim utils

This commit is contained in:
Florian Schmitt 2023-12-03 16:48:32 +03:00
parent a4d27853df
commit 3eb4855887
4 changed files with 6 additions and 5 deletions

View file

@ -43,6 +43,7 @@
curl curl
dnsutils dnsutils
emacs-nox emacs-nox
fd
findutils findutils
fzf fzf
gnugrep gnugrep
@ -64,6 +65,7 @@
pass pass
pciutils pciutils
pinentry pinentry
ripgrep
slides slides
starship starship
tmux tmux

View file

@ -136,6 +136,7 @@ in
vscodeExtensions = with vscode-extensions; [ vscodeExtensions = with vscode-extensions; [
bmewburn.vscode-intelephense-client bmewburn.vscode-intelephense-client
dracula-theme.theme-dracula dracula-theme.theme-dracula
mvllow.rose-pine
editorconfig.editorconfig editorconfig.editorconfig
esbenp.prettier-vscode esbenp.prettier-vscode
github.github-vscode-theme github.github-vscode-theme

View file

@ -3,7 +3,7 @@
{ {
fonts = { fonts = {
fonts = with pkgs; [ packages = with pkgs; [
corefonts corefonts
dejavu_fonts dejavu_fonts
inter inter

View file

@ -3,11 +3,9 @@
{ config, pkgs, lib, ... }: { config, pkgs, lib, ... }:
# TODO can we automate the installation of home-manager ? # TODO can we automate the installation of home-manager ?
# sudo nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.05.tar.gz home-manager # sudo nix-channel --add https://github.com/nix-community/home-manager/archive/release-23.11.tar.gz home-manager
{ {
imports = [ imports = [<home-manager/nixos>];
<home-manager/nixos>
];
# Let Home Manager install and manage itself. # Let Home Manager install and manage itself.
#programs.home-manager.enable = true; #programs.home-manager.enable = true;