Initial commit
This commit is contained in:
22
modules/features/local-apps.nix
Normal file
22
modules/features/local-apps.nix
Normal file
@@ -0,0 +1,22 @@
|
||||
{
|
||||
lux.local-apps.homeManager =
|
||||
{ pkgs, ... }:
|
||||
{
|
||||
home.sessionVariables.BROWSER = "vivaldi";
|
||||
|
||||
home.packages = with pkgs; [
|
||||
brave
|
||||
vivaldi
|
||||
postman
|
||||
spotify
|
||||
calcure
|
||||
planify
|
||||
unzip
|
||||
gimp
|
||||
dbeaver-bin
|
||||
];
|
||||
|
||||
programs.imv.enable = true;
|
||||
programs.sioyek.enable = true;
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user