Update 9/18/2024 00:25
This commit is contained in:
6
user/apps/browsers/chromium.nix
Normal file
6
user/apps/browsers/chromium.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
chromium
|
||||
];
|
||||
}
|
||||
6
user/dev/tools/dbeaver-bin.nix
Normal file
6
user/dev/tools/dbeaver-bin.nix
Normal file
@@ -0,0 +1,6 @@
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
dbeaver-bin
|
||||
];
|
||||
}
|
||||
Reference in New Issue
Block a user