This commit is contained in:
Lilith 2024-06-12 20:30:14 +02:00
parent 0d61c14991
commit 3c44ab3bbe
Signed by: lilith
GPG key ID: 8712A0F317C37175
6 changed files with 24 additions and 5 deletions

View file

@ -1,6 +1,12 @@
{ ags, pkgs, ...}: {
imports = [ ags.homeManagerModules.default ];
home.packages = with pkgs; [
libdbusmenu-gtk3
networkmanager
pipewire-pulse
];
programs.ags = {
enable = true;
configDir = ./.;

View file

@ -1,22 +1,26 @@
{
user = [
./ags
# Graphical setup
./ags # ToDo: get codin :3
# ./waybar.nix
./hyprland
./rofi.nix
./dunst.nix
./stylix.nix
./alacritty.nix
./clipman.nix
./common.nix
./direnv.nix
./dunst.nix
./firefox.nix
./fzf.nix
./git.nix
./gpg.nix
./helix.nix
./hyprland
./packages.nix
./playerctld.nix
./rofi.nix
./sops.nix
./stylix.nix
./thunderbird.nix
./zsh
];