Compare commits
No commits in common. "3260e6964e198a2687daac93ebf837e4ba061207" and "7f1f700a34227f6952c31765d9778cc0f4ccffaa" have entirely different histories.
3260e6964e
...
7f1f700a34
4 changed files with 11 additions and 7 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,7 +1,6 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./editors/helix
|
./editors/helix
|
||||||
./editors/neovim
|
|
||||||
./neofetch
|
./neofetch
|
||||||
./nushell
|
./nushell
|
||||||
./starship
|
./starship
|
||||||
|
@ -27,9 +26,6 @@
|
||||||
dig
|
dig
|
||||||
tailspin
|
tailspin
|
||||||
nitch
|
nitch
|
||||||
unzip
|
|
||||||
unrar
|
|
||||||
p7zip
|
|
||||||
];
|
];
|
||||||
|
|
||||||
services.gpg-agent = {
|
services.gpg-agent = {
|
||||||
|
@ -40,7 +36,9 @@
|
||||||
enableNushellIntegration = true;
|
enableNushellIntegration = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
programs.bat.enable = true;
|
programs.bat = {
|
||||||
|
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" "miniflux"];
|
databases = ["forgejo" "hedgedoc" "grafana" "authelia" "vaultwarden"];
|
||||||
compression = "zstd";
|
compression = "zstd";
|
||||||
compressionLevel = 4;
|
compressionLevel = 4;
|
||||||
startAt = "*-*-* 23:00:00";
|
startAt = "*-*-* 23:00:00";
|
||||||
|
|
|
@ -31,12 +31,17 @@
|
||||||
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
|
||||||
|
@ -46,6 +51,7 @@
|
||||||
ventoy-bin-full
|
ventoy-bin-full
|
||||||
wine
|
wine
|
||||||
lutris
|
lutris
|
||||||
|
gamemode
|
||||||
mangohud
|
mangohud
|
||||||
bottles
|
bottles
|
||||||
runelite
|
runelite
|
||||||
|
|
Loading…
Reference in a new issue