master #43
1
home.nix
1
home.nix
@@ -18,6 +18,7 @@
|
||||
./programs/git.nix
|
||||
./programs/libreoffice.nix
|
||||
./programs/nvim.nix
|
||||
./programs/postman.nix
|
||||
./wm/rofi.nix
|
||||
./wm/cursor.nix
|
||||
./wm/dconf.nix
|
||||
|
||||
7
programs/postman.nix
Normal file
7
programs/postman.nix
Normal file
@@ -0,0 +1,7 @@
|
||||
{ pkgs, ... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
postman
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user