configuring
This commit is contained in:
parent
a4261e3b86
commit
ff513ecd10
10 changed files with 417 additions and 4 deletions
|
@ -15,6 +15,8 @@
|
|||
ripgrep
|
||||
erdtree
|
||||
age
|
||||
figlet
|
||||
ffmpeg
|
||||
|
||||
pciutils
|
||||
util-linux
|
||||
|
@ -22,6 +24,7 @@
|
|||
libgcc
|
||||
raylib
|
||||
SDL2
|
||||
protonplus
|
||||
|
||||
ruby
|
||||
janet
|
||||
|
@ -38,6 +41,8 @@
|
|||
starship
|
||||
lazygit
|
||||
nnn
|
||||
isync
|
||||
msmtp
|
||||
|
||||
bitwarden-cli
|
||||
bitwarden-desktop
|
||||
|
@ -50,7 +55,13 @@
|
|||
gnome.gnome-tweaks
|
||||
colloid-gtk-theme
|
||||
colloid-icon-theme
|
||||
|
||||
turtle
|
||||
papers
|
||||
newsflash
|
||||
helvum
|
||||
|
||||
librewolf
|
||||
ungoogled-chromium
|
||||
albert
|
||||
obsidian
|
||||
vlc
|
||||
|
@ -89,7 +100,10 @@
|
|||
};
|
||||
};
|
||||
|
||||
services.flatpak.enable = true;
|
||||
services = {
|
||||
flatpak.enable = true;
|
||||
tailscale.enable = true;
|
||||
};
|
||||
|
||||
xdg.systemDirs.data = [
|
||||
"/home/emenel/.local/share/applications"
|
||||
|
@ -100,8 +114,22 @@
|
|||
|
||||
services.flatpak.packages = [
|
||||
"io.github.zen_browser.zen"
|
||||
"com.github.johnfactotum.QuickLookup"
|
||||
];
|
||||
|
||||
xdg.configFile."wezterm".source = ./dotfiles/dot_config/wezterm;
|
||||
#xdg.configFile."fish".source = ./
|
||||
xdg.configFile."starship.toml".source = ../dotfiles/dot_config/starship.toml;
|
||||
xdg.configFile."wezterm".source = ../dotfiles/dot_config/wezterm;
|
||||
|
||||
xdg.configFile."fish/functions" = {
|
||||
source = ../dotfiles/dot_config/fish/functions;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
#xdg.configFile."fish/functions/ll.fish".source = ../dotfiles/dot_config/fish/functions/ll.fish;
|
||||
#xdg.configFile."fish/functions/la.fish".source = ../dotfiles/dot_config/fish/functions/la.fish;
|
||||
#xdg.configFile."fish/functions/lg.fish".source = ../dotfiles/dot_config/fish/functions/lg.fish;
|
||||
#xdg.configFile."fish/functions/ls.fish".source = ../dotfiles/dot_config/fish/functions/ls.fish;
|
||||
#xdg.configFile."fish/functions/sbcl.fish".source = ../dotfiles/dot_config/fish/functions/sbcl.fish;
|
||||
#xdg.configFile."fish/functions/pullall.fish".source = ../dotfiles/dot_config/fish/functions/pullall.fish;
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue