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