feat(hyprland): add Hyprland into the flake as a system app

This commit is contained in:
rafiq 2025-02-27 06:06:52 +08:00
parent 55b02cc258
commit b69626eb88
4 changed files with 466 additions and 16 deletions

View file

@ -5,7 +5,8 @@
home.homeDirectory = "/home/rafiq";
home.packages = [
self.packages.${pkgs.stdenv.system}.nvf
self.packages.${pkgs.stdenv.system}.nvf
pkgs.kitty
];
programs.git = {