Compare commits
4 commits
7f1f700a34
...
3260e6964e
Author | SHA1 | Date | |
---|---|---|---|
3260e6964e | |||
0520283812 | |||
3763a2ff64 | |||
415ee75a6b |
4 changed files with 7 additions and 11 deletions
|
@ -8,10 +8,10 @@ name | description
|
|||
`anyrun` | wayland native application launcher
|
||||
`cava` | terminal audio visualizer
|
||||
`direnv` | a shell extension, that loads environment variables in certain directories
|
||||
`editors` | houses my main editors, helix and nvim
|
||||
`default` | used for commonly shared modules, for multiple home-manager configs
|
||||
`git` | version control system
|
||||
`gtk` | themes
|
||||
`helix` | modal text editor
|
||||
`ironbar` | wayland specific bar, written in Rust
|
||||
`lazygit` | terminal based git command system
|
||||
`mako` | a lightweight wayland notification daemon
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{pkgs, ...}: {
|
||||
imports = [
|
||||
./editors/helix
|
||||
./editors/neovim
|
||||
./neofetch
|
||||
./nushell
|
||||
./starship
|
||||
|
@ -26,6 +27,9 @@
|
|||
dig
|
||||
tailspin
|
||||
nitch
|
||||
unzip
|
||||
unrar
|
||||
p7zip
|
||||
];
|
||||
|
||||
services.gpg-agent = {
|
||||
|
@ -36,9 +40,7 @@
|
|||
enableNushellIntegration = true;
|
||||
};
|
||||
|
||||
programs.bat = {
|
||||
enable = true;
|
||||
};
|
||||
programs.bat.enable = true;
|
||||
|
||||
programs.zoxide = {
|
||||
enable = true;
|
||||
|
|
|
@ -61,7 +61,7 @@
|
|||
};
|
||||
services.postgresqlBackup = {
|
||||
enable = true;
|
||||
databases = ["forgejo" "hedgedoc" "grafana" "authelia" "vaultwarden"];
|
||||
databases = ["forgejo" "hedgedoc" "grafana" "authelia" "vaultwarden" "miniflux"];
|
||||
compression = "zstd";
|
||||
compressionLevel = 4;
|
||||
startAt = "*-*-* 23:00:00";
|
||||
|
|
|
@ -31,17 +31,12 @@
|
|||
cinny-desktop
|
||||
thunderbird
|
||||
obs-studio
|
||||
signal-desktop
|
||||
pavucontrol
|
||||
vscodium-fhs
|
||||
obsidian-wayland
|
||||
supersonic-wayland
|
||||
jellyfin-mpv-shim
|
||||
unzip
|
||||
unrar
|
||||
p7zip
|
||||
virt-manager
|
||||
tigervnc
|
||||
imv
|
||||
mpv
|
||||
nom
|
||||
|
@ -51,7 +46,6 @@
|
|||
ventoy-bin-full
|
||||
wine
|
||||
lutris
|
||||
gamemode
|
||||
mangohud
|
||||
bottles
|
||||
runelite
|
||||
|
|
Loading…
Reference in a new issue