ready for 23.11 + rose-pine + lavyvim utils
This commit is contained in:
parent
a4d27853df
commit
3eb4855887
4 changed files with 6 additions and 5 deletions
|
@ -43,6 +43,7 @@
|
|||
curl
|
||||
dnsutils
|
||||
emacs-nox
|
||||
fd
|
||||
findutils
|
||||
fzf
|
||||
gnugrep
|
||||
|
@ -64,6 +65,7 @@
|
|||
pass
|
||||
pciutils
|
||||
pinentry
|
||||
ripgrep
|
||||
slides
|
||||
starship
|
||||
tmux
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
{
|
||||
fonts = {
|
||||
fonts = with pkgs; [
|
||||
packages = with pkgs; [
|
||||
corefonts
|
||||
dejavu_fonts
|
||||
inter
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue