move to hyprland

This commit is contained in:
k 2025-01-10 18:10:17 -05:00
parent 799398de33
commit bba9c8494e
6 changed files with 40 additions and 30 deletions

View file

@ -6,6 +6,7 @@
}: {
imports = [
../home/home_common.nix
../home/hyprland.nix
];
nixpkgs.config.allowUnfree = true;
@ -21,7 +22,7 @@
btop
zip
emacs30-pgtk
emacs-gtk
direnv
texliveFull
@ -48,7 +49,7 @@
emacs = {
enable = true;
defaultEditor = true;
package = pkgs.emacs30-pgtk;
package = pkgs.emacs-gtk;
};
};
stylix = {