fix nameserver, move filemanager, add ytfzf
This commit is contained in:
parent
9f5a5bd3fc
commit
4ba58fe17e
4 changed files with 12 additions and 2 deletions
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, ...}: {
|
||||
imports = [
|
||||
./browser.nix
|
||||
./fileman.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue