Merge pull request 'master' (#43) from master into work
Reviewed-on: #43
This commit was merged in pull request #43.
This commit is contained in:
1
home.nix
1
home.nix
@@ -19,6 +19,7 @@
|
||||
./programs/libreoffice.nix
|
||||
./programs/vscode.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