prep arielle
This commit is contained in:
parent
96e5924fb0
commit
82115af252
13 changed files with 35 additions and 54 deletions
|
|
@ -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; };
|
||||||
|
|
|
||||||
|
|
@ -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; [
|
home.packages = with pkgs; [
|
||||||
bundler
|
|
||||||
bundix
|
|
||||||
nodejs
|
nodejs
|
||||||
yarn-berry
|
|
||||||
yq
|
|
||||||
duckdb
|
|
||||||
tippecanoe
|
|
||||||
pmtiles
|
|
||||||
];
|
];
|
||||||
|
|
||||||
|
programs.direnv.enable = true;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
|
|
@ -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
|
|
||||||
|
|
|
||||||
|
|
@ -136,7 +136,7 @@
|
||||||
{
|
{
|
||||||
plugin = papercolor-theme;
|
plugin = papercolor-theme;
|
||||||
config = ''
|
config = ''
|
||||||
" set background=light
|
set background=light
|
||||||
colorscheme PaperColor
|
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 = [
|
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; [
|
||||||
|
|
@ -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 = {
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue