Add filezilla
This commit is contained in:
1
home.nix
1
home.nix
@@ -21,6 +21,7 @@
|
||||
./programs/nvim.nix
|
||||
./programs/postman.nix
|
||||
./programs/azuredatastudio.nix
|
||||
./programs/filezilla.nix
|
||||
./wm/rofi.nix
|
||||
./wm/cursor.nix
|
||||
./wm/dconf.nix
|
||||
|
||||
7
programs/filezilla.nix
Normal file
7
programs/filezilla.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
filezilla
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user