Added blocked host, fixed formatting of waybar
This commit is contained in:
12
home.nix
12
home.nix
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user