prep arielle
This commit is contained in:
parent
96e5924fb0
commit
82115af252
13 changed files with 35 additions and 54 deletions
|
|
@ -1,15 +0,0 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./desktop-slim.nix
|
||||
|
||||
./messaging.nix
|
||||
./r.nix
|
||||
./tex.nix
|
||||
./mail
|
||||
./office-gui.nix
|
||||
./office-cli.nix
|
||||
./aichat.nix
|
||||
];
|
||||
}
|
||||
|
|
@ -6,13 +6,8 @@
|
|||
'';
|
||||
|
||||
home.packages = with pkgs; [
|
||||
bundler
|
||||
bundix
|
||||
nodejs
|
||||
yarn-berry
|
||||
yq
|
||||
duckdb
|
||||
tippecanoe
|
||||
pmtiles
|
||||
];
|
||||
|
||||
programs.direnv.enable = true;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -136,7 +136,7 @@
|
|||
{
|
||||
plugin = papercolor-theme;
|
||||
config = ''
|
||||
" set background=light
|
||||
set background=light
|
||||
colorscheme PaperColor
|
||||
'';
|
||||
}
|
||||
|
|
|
|||
15
home/profiles/desktop-full.nix
Normal file
15
home/profiles/desktop-full.nix
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
{ ... }:
|
||||
|
||||
{
|
||||
imports = [
|
||||
./desktop-slim.nix
|
||||
|
||||
../messaging.nix
|
||||
../r.nix
|
||||
../tex.nix
|
||||
../mail
|
||||
../office-gui.nix
|
||||
../office-cli.nix
|
||||
../aichat.nix
|
||||
];
|
||||
}
|
||||
|
|
@ -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; [
|
||||
|
|
@ -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 = {
|
||||
Loading…
Add table
Add a link
Reference in a new issue