many changed, added nixos-hardware
This commit is contained in:
parent
b0745b5bec
commit
b699fff171
149 changed files with 19124 additions and 238 deletions
|
@ -13,18 +13,29 @@ in {
|
|||
options.modules.programs.ags.enable = mkEnableOption "ags";
|
||||
|
||||
config = mkIf cfg.enable {
|
||||
environment.systemPackages = with pkgs; [
|
||||
ags
|
||||
bun
|
||||
ddcutil
|
||||
brightnessctl
|
||||
gtksourceview
|
||||
webkitgtk
|
||||
gtksourceview4
|
||||
ollama
|
||||
python311Packages.material-color-utilities
|
||||
python311Packages.pywayland
|
||||
pywal
|
||||
sassc
|
||||
webp-pixbuf-loader
|
||||
ydotool
|
||||
accountsservice
|
||||
];
|
||||
|
||||
home-manager.users.${username} = {
|
||||
imports = [inputs.ags.homeManagerModules.default];
|
||||
programs.ags = {
|
||||
enable = true;
|
||||
configDir = ./config;
|
||||
extraPackages = with pkgs; [
|
||||
ags
|
||||
bun
|
||||
gtksourceview
|
||||
webkitgtk
|
||||
accountsservice
|
||||
];
|
||||
};
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue