perf: Home-manager to module
feat: Optionise config
This commit is contained in:
12
modules/user/packages/desktop.nix
Normal file
12
modules/user/packages/desktop.nix
Normal file
@ -0,0 +1,12 @@
|
||||
{ pkgs, pkgs-stable, inputs, ... }: {
|
||||
home.packages = with pkgs; [
|
||||
pkgs-stable.google-chrome
|
||||
inputs.ayugram-desktop.packages.${pkgs.system}.ayugram-desktop
|
||||
vesktop
|
||||
obs-studio
|
||||
mpv
|
||||
obsidian
|
||||
thunderbird
|
||||
libreoffice
|
||||
];
|
||||
}
|
Reference in New Issue
Block a user