fix nameserver, move filemanager, add ytfzf
This commit is contained in:
parent
9f5a5bd3fc
commit
4ba58fe17e
4 changed files with 12 additions and 2 deletions
|
|
@ -58,6 +58,7 @@
|
||||||
htop
|
htop
|
||||||
libsixel
|
libsixel
|
||||||
yt-dlp
|
yt-dlp
|
||||||
|
ytfzf
|
||||||
playerctl
|
playerctl
|
||||||
neofetch
|
neofetch
|
||||||
tree
|
tree
|
||||||
|
|
|
||||||
9
home/programs/fileman.nix
Normal file
9
home/programs/fileman.nix
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
{pkgs,...}:{
|
||||||
|
home.packages = with pkgs; [
|
||||||
|
pcmanfm
|
||||||
|
];
|
||||||
|
|
||||||
|
xdg.mimeApps.defaultApplications = {
|
||||||
|
"inode/directory" = "pcmanfm.desktop";
|
||||||
|
};
|
||||||
|
}
|
||||||
|
|
@ -1,6 +1,7 @@
|
||||||
{pkgs, ...}: {
|
{pkgs, ...}: {
|
||||||
imports = [
|
imports = [
|
||||||
./browser.nix
|
./browser.nix
|
||||||
|
./fileman.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
|
|
|
||||||
|
|
@ -138,7 +138,6 @@ in {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
tealdeer
|
tealdeer
|
||||||
alsa-utils
|
alsa-utils
|
||||||
pcmanfm
|
|
||||||
pavucontrol
|
pavucontrol
|
||||||
trash-cli
|
trash-cli
|
||||||
wget
|
wget
|
||||||
|
|
@ -185,7 +184,7 @@ in {
|
||||||
|
|
||||||
services.prometheus.exporters.node.enable = true;
|
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 = {
|
stylix = {
|
||||||
image = ../images/demonslayer.png;
|
image = ../images/demonslayer.png;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue