fix nameserver, move filemanager, add ytfzf

This commit is contained in:
Tristan 2024-01-26 13:19:06 +00:00
parent 9f5a5bd3fc
commit 4ba58fe17e
4 changed files with 12 additions and 2 deletions

View file

@ -58,6 +58,7 @@
htop
libsixel
yt-dlp
ytfzf
playerctl
neofetch
tree

View file

@ -0,0 +1,9 @@
{pkgs,...}:{
home.packages = with pkgs; [
pcmanfm
];
xdg.mimeApps.defaultApplications = {
"inode/directory" = "pcmanfm.desktop";
};
}

View file

@ -1,6 +1,7 @@
{pkgs, ...}: {
imports = [
./browser.nix
./fileman.nix
];
home.packages = with pkgs; [

View file

@ -138,7 +138,6 @@ in {
environment.systemPackages = with pkgs; [
tealdeer
alsa-utils
pcmanfm
pavucontrol
trash-cli
wget
@ -185,7 +184,7 @@ in {
services.prometheus.exporters.node.enable = true;
networking.networkmanager.insertNameservers = ["1.1.1.1" "1.0.0.1"];
networking.networkmanager.appendNameservers = ["1.1.1.1" "1.0.0.1"];
stylix = {
image = ../images/demonslayer.png;