Install eww
This commit is contained in:
parent
1e158feaba
commit
5608251821
@ -9,6 +9,7 @@
|
||||
./nixvim
|
||||
./helix
|
||||
./gnome
|
||||
./eww
|
||||
];
|
||||
|
||||
# Allow Unfree
|
||||
|
||||
0
modules/home-manager/eww/config/eww.yuck
Normal file
0
modules/home-manager/eww/config/eww.yuck
Normal file
8
modules/home-manager/eww/default.nix
Normal file
8
modules/home-manager/eww/default.nix
Normal file
@ -0,0 +1,8 @@
|
||||
{ ... }:
|
||||
|
||||
{
|
||||
programs.eww = {
|
||||
enable = true;
|
||||
configDir = ./config;
|
||||
};
|
||||
}
|
||||
@ -1,7 +1,10 @@
|
||||
{ pkgs,... }:
|
||||
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
gnomeExtensions.pop-shell
|
||||
home.packages = with pkgs.gnomeExtensions; [
|
||||
pop-shell
|
||||
caffeine
|
||||
clipboard-indicator
|
||||
blur-my-shell
|
||||
];
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user