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

@ -34,7 +34,7 @@
till = { till = {
imports = [ imports = [
./home/on-server.nix ./home/minimal.nix
./users/till/home.nix ./users/till/home.nix
]; ];
}; };
@ -62,9 +62,7 @@
nova = nixpkgs.lib.nixosSystem { nova = nixpkgs.lib.nixosSystem {
specialArgs = { inherit inputs; }; specialArgs = { inherit inputs; };
modules = [ modules = [
./hosts/nova ./hosts/nova
home-manager.nixosModules.home-manager { home-manager.nixosModules.home-manager {
home-manager = { home-manager = {
extraSpecialArgs = { inherit inputs; }; extraSpecialArgs = { inherit inputs; };

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; [ home.packages = with pkgs; [
bundler
bundix
nodejs nodejs
yarn-berry
yq
duckdb
tippecanoe
pmtiles
]; ];
programs.direnv.enable = true;
} }

View file

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

View file

@ -60,10 +60,3 @@ endfunction
function Diary() function Diary()
execute "VimwikiMakeDiaryNote" execute "VimwikiMakeDiaryNote"
endfunction 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; plugin = papercolor-theme;
config = '' config = ''
" set background=light set background=light
colorscheme PaperColor 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 = [ imports = [
./minimal.nix ./minimal.nix
./devel.nix ../devel.nix
./firefox.nix ../firefox.nix
./fonts.nix ../fonts.nix
./foot.nix ../foot.nix
./media.nix ../media.nix
# ./plasma.nix ../user-dirs.nix
./user-dirs.nix ../gpg.nix
../password-store.nix
]; ];
home.packages = with pkgs; [ home.packages = with pkgs; [

View file

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

View file

@ -5,7 +5,7 @@
networking.domain = "ktiu.net"; networking.domain = "ktiu.net";
imports = [ imports = [
./hardware ./hardware-configuration.nix
../system ../system
../system/web-server ../system/web-server
../system/mail-server ../system/mail-server

View file

@ -11,9 +11,6 @@
../../system/desktop ../../system/desktop
../../system/desktop/ergodox-udev.nix ../../system/desktop/ergodox-udev.nix
# ../../system/desktop/gnome.nix # ../../system/desktop/gnome.nix
# ../../system/desktop/hyprland.nix
# ../../system/desktop/cast.nix
# ../../system/desktop/plasma.nix
../../system/desktop/cosmic.nix ../../system/desktop/cosmic.nix
../../system/desktop/steam.nix ../../system/desktop/steam.nix
../../system/desktop/yubikey-pam.nix ../../system/desktop/yubikey-pam.nix