prep arielle

This commit is contained in:
Till 2026-03-05 09:11:17 +01:00
parent 96e5924fb0
commit 82115af252
13 changed files with 35 additions and 54 deletions

View file

@ -1,15 +0,0 @@
{ ... }:
{
imports = [
./desktop-slim.nix
./messaging.nix
./r.nix
./tex.nix
./mail
./office-gui.nix
./office-cli.nix
./aichat.nix
];
}

View file

@ -6,13 +6,8 @@
'';
home.packages = with pkgs; [
bundler
bundix
nodejs
yarn-berry
yq
duckdb
tippecanoe
pmtiles
];
programs.direnv.enable = true;
}

View file

@ -1,7 +1,6 @@
{ config, ... }:
{
home.shellAliases = {
top = "btm --battery";
du = "dust";
@ -13,7 +12,6 @@
};
programs.fish = {
enable = true;
interactiveShellInit = "fish_add_path ${config.xdg.dataHome}/npm/packages/bin";

View file

@ -60,10 +60,3 @@ endfunction
function Diary()
execute "VimwikiMakeDiaryNote"
endfunction
" function CreateNote(title)
" execute "file ~/notes/" . strftime("%Y-%m-%d") . "_" . join(split(tolower(a:title)), "_") . ".md"
" execute "set ft=markdown"
" execute "normal! i" . a:title
" execute "normal V\<tab>yaml_note\<tab>"
" endfunction

View file

@ -136,7 +136,7 @@
{
plugin = papercolor-theme;
config = ''
" set background=light
set background=light
colorscheme PaperColor
'';
}

View file

@ -0,0 +1,15 @@
{ ... }:
{
imports = [
./desktop-slim.nix
../messaging.nix
../r.nix
../tex.nix
../mail
../office-gui.nix
../office-cli.nix
../aichat.nix
];
}

View file

@ -4,13 +4,14 @@
imports = [
./minimal.nix
./devel.nix
./firefox.nix
./fonts.nix
./foot.nix
./media.nix
# ./plasma.nix
./user-dirs.nix
../devel.nix
../firefox.nix
../fonts.nix
../foot.nix
../media.nix
../user-dirs.nix
../gpg.nix
../password-store.nix
];
home.packages = with pkgs; [

View file

@ -10,23 +10,22 @@
fastfetch
fzf
jq
nh
nix-search
progress
rename
silver-searcher
tldr
tmux
yq
];
imports = [
./fish.nix
./vifm.nix
./nvim
./tmux.nix
./gpg.nix
./ssh.nix
./password-store.nix
../fish.nix
../vifm.nix
../nvim
../tmux.nix
../ssh.nix
];
programs.nix-index = {