move to hyprland
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user