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
dnsutils
emacs-nox
fd
findutils
fzf
gnugrep
@ -64,6 +65,7 @@
pass
pciutils
pinentry
ripgrep
slides
starship
tmux

View file

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

View file

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

View file

@ -3,11 +3,9 @@
{ config, pkgs, lib, ... }:
# 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 = [
<home-manager/nixos>
];
imports = [<home-manager/nixos>];
# Let Home Manager install and manage itself.
#programs.home-manager.enable = true;