Fri 5 Jul 18:24:53 CEST 2024
This commit is contained in:
parent
dc78bbd981
commit
8904959b9c
|
@ -1,6 +1,10 @@
|
|||
{ inputs, pkgs, ... }:
|
||||
{
|
||||
imports = [ inputs.ags.homeManagerModules.default ];
|
||||
home.packages = [
|
||||
pkgs.adw-gtk3
|
||||
pkgs.papirus-icon-theme
|
||||
];
|
||||
programs.ags = {
|
||||
enable = true;
|
||||
configDir = ./files;
|
||||
|
|
|
@ -175,6 +175,7 @@ function Bar(monitor = 0) {
|
|||
|
||||
App.config({
|
||||
style: "./style.css",
|
||||
iconTheme: "Papirus",
|
||||
windows: [
|
||||
Bar(0),
|
||||
NotificationPopups(),
|
||||
|
|
Loading…
Reference in New Issue