Added blocked host, fixed formatting of waybar

This commit is contained in:
2025-08-19 11:18:05 -04:00
parent 82d9968987
commit c33d0dcba1
3 changed files with 39 additions and 21 deletions

View File

@@ -32,6 +32,11 @@
recursive = true;
executable = true;
};
home.file.".config/qutebrowser/blocked-hosts" = {
source = ./home/config/qutebrowser/blocked-hosts;
recursive = true;
executable = true;
};
home.file.".ssh/allowed_signers".text = ''
* ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIH8P/3yzsruekSaZ9b+yk429VTcfCtI1j8jnkNbPAgnr th3r00t@nixos
'';
@@ -42,6 +47,7 @@
programs.nix-index.enable = true;
fonts.fontconfig.enable = true;
home.packages = with pkgs; [
autossh
mesa-demos
bluez
bluez-tools
@@ -116,6 +122,12 @@
rustup
wayvnc
power-profiles-daemon
xfce.thunar
xfce.thunar-volman
xfce.thunar-vcs-plugin
xfce.thunar-archive-plugin
xfce.thunar-media-tags-plugin
gvfs
];
programs.wofi = {
enable = true;