move to hyprland
This commit is contained in:
parent
799398de33
commit
bba9c8494e
6 changed files with 40 additions and 30 deletions
|
|
@ -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 = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue