feat(nixos): update flake.lock and configure services for ryu and tako
feat(home): adjust vicinae and eilmeldung configurations feat(neovim): enable folding in neovim configuration fix(nixos): disable resolved dns and remove fallback dns on tako chore(nixos): add pihole and resolved services to tsuba chore(home): remove unused packages from programs chore(nixos): add gamescope-wsi and vulkan-tools to steam configuration chore(nixos): update navidrome service with sops integration and systemd tmpfiles chore(darwin): use dynamic user in shiro configuration chore(secrets): add lastfm and pihole secrets to secrets.yaml
This commit is contained in:
@@ -60,10 +60,8 @@
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
_1password-cli
|
||||
asciidoctor
|
||||
alejandra
|
||||
aria2
|
||||
ast-grep
|
||||
bottom
|
||||
btop
|
||||
cachix
|
||||
@@ -73,19 +71,14 @@
|
||||
file
|
||||
fzf
|
||||
gnupg
|
||||
gpg-tui
|
||||
jq
|
||||
just
|
||||
macchina
|
||||
nb
|
||||
p7zip
|
||||
pandoc
|
||||
pfetch-rs
|
||||
pkg-config
|
||||
ripgrep
|
||||
sd
|
||||
tldr
|
||||
# vcpkg-tool
|
||||
]
|
||||
++ lib.optionals (!device.isServer) [
|
||||
monaspace
|
||||
|
||||
@@ -1,9 +1,13 @@
|
||||
{inputs, ...}: {
|
||||
{
|
||||
inputs,
|
||||
device,
|
||||
...
|
||||
}: {
|
||||
imports = [
|
||||
inputs.eilmeldung.homeManager.default
|
||||
];
|
||||
programs.eilmeldung = {
|
||||
enable = true;
|
||||
enable = device.is "ryu";
|
||||
|
||||
settings = {
|
||||
refresh_fps = 60;
|
||||
|
||||
Reference in New Issue
Block a user