add github actions
This commit is contained in:
parent
af8634cd42
commit
60b36f3709
6 changed files with 41 additions and 16 deletions
|
@ -120,10 +120,11 @@ in
|
|||
enable = true;
|
||||
wlr.enable = true;
|
||||
extraPortals = with pkgs; [
|
||||
xdg-desktop-portal-gtk
|
||||
# xdg-desktop-portal-gtk
|
||||
];
|
||||
};
|
||||
};
|
||||
services.dbus.enable = true;
|
||||
|
||||
# Hyprland
|
||||
programs.hyprland = {
|
||||
|
|
|
@ -43,7 +43,6 @@
|
|||
wf-recorder # Screenrecorder
|
||||
wl-clipboard # Clipboard manager
|
||||
wofi # Wayland rofi
|
||||
|
||||
inputs.riff.packages.x86_64-linux.riff
|
||||
];
|
||||
|
||||
|
@ -51,6 +50,11 @@
|
|||
enable = true;
|
||||
};
|
||||
|
||||
programs.exa = {
|
||||
enable = true;
|
||||
enableAliases = true;
|
||||
};
|
||||
|
||||
programs.git = {
|
||||
enable = true;
|
||||
package = pkgs.gitAndTools.gitFull;
|
||||
|
@ -60,7 +64,6 @@
|
|||
|
||||
programs.mako = {
|
||||
enable = true;
|
||||
borderRadius = 5;
|
||||
};
|
||||
|
||||
programs.tmux = {
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
];
|
||||
|
||||
home.file.".config/eww/eww.yuck".source = ./eww.yuck;
|
||||
home.file.".config/eww/eww.scss".source = ./eww.scss;
|
||||
home.file.".config/eww/eww.scss".text = builtins.readFile ./eww.scss;
|
||||
|
||||
# scripts
|
||||
home.file.".config/eww/scripts/volume.sh" = {
|
||||
|
|
|
@ -59,5 +59,6 @@ in
|
|||
backgroundColor = colour.hex.mantle;
|
||||
borderColor = colour.hex.pink;
|
||||
textColor = colour.hex.text;
|
||||
borderRadius = 5;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue