feat: add coloryou custom python script and some packages
This commit is contained in:
parent
1f36e97b05
commit
330dfa896f
10 changed files with 123 additions and 3 deletions
nixos/home
|
@ -14,6 +14,7 @@ in
|
|||
(builtins.getFlake "github:hyprwm/Hyprland").packages.x86_64-linux.default
|
||||
(builtins.getFlake "path:/home/matt/git/hyprland-touch-gestures").packages.x86_64-linux.default
|
||||
pkgs.kora-icon-theme
|
||||
pkgs.coloryou
|
||||
];
|
||||
|
||||
imports = [
|
||||
|
|
|
@ -13,8 +13,7 @@
|
|||
|
||||
waybar = {
|
||||
enable = true;
|
||||
# https://discourse.nixos.org/t/how-to-use-waybar-hyprland/27638/6
|
||||
package = (builtins.getFlake "github:hyprwm/Hyprland").packages.x86_64-linux.waybar-hyprland;
|
||||
package = pkgs.waybar-hyprland;
|
||||
};
|
||||
};
|
||||
|
||||
|
@ -75,6 +74,7 @@
|
|||
libayatana-appindicator
|
||||
libnotify
|
||||
libinput
|
||||
playerctl
|
||||
dracula-theme
|
||||
dracula-icon-theme
|
||||
steam-run
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue