init
This commit is contained in:
21
packages/ags/default.nix
Normal file
21
packages/ags/default.nix
Normal file
@@ -0,0 +1,21 @@
|
||||
{ inputs, pkgs, lib, config, ... }:
|
||||
{
|
||||
imports = [ inputs.ags.homeManagerModules.default ];
|
||||
|
||||
|
||||
programs.ags = {
|
||||
enable = true;
|
||||
|
||||
extraPackages = with pkgs; [
|
||||
dart-sass
|
||||
brightnessctl
|
||||
wl-clipboard
|
||||
];
|
||||
};
|
||||
|
||||
home.file.".config/ags" = {
|
||||
source = ./config;
|
||||
recursive = true;
|
||||
};
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user