Enable Hyprland on London

This commit is contained in:
Gabriel Simmer 2023-10-08 22:56:15 +01:00
parent d86c834b37
commit 70fd78a661
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ
2 changed files with 23 additions and 5 deletions

View file

@ -182,9 +182,14 @@
];
};
};
environment.sessionVariables = {
NIXOS_OZONE_WL = "1";
};
programs = {
river.enable = true;
hyprland = {
enable = true;
enableNvidiaPatches = true;
};
gamemode.enable = true;
zsh.enable = true;
fish.enable = true;
@ -225,11 +230,15 @@
libvirtd.enable = true;
};
fonts.packages = with pkgs; [
fonts = {
packages = with pkgs; [
ibm-plex
jetbrains-mono
emojione
];
font-awesome
];
enableDefaultPackages = true;
};
environment = {
shells = with pkgs; [ zsh fish ];
@ -248,6 +257,15 @@
home-manager
libimobiledevice
ifuse
glxinfo
vulkan-tools
glmark2
waybar
waypipe
rofi-wayland
mako
libnotify
hyprpaper
];
};

View file

@ -16,7 +16,7 @@
[
(import (builtins.fetchTarball {
url = "https://github.com/nix-community/emacs-overlay/archive/master.tar.gz";
sha256 = "1jn0gw1a0dffvqizy15yni6qnsr94k48zl7b2vqfvfr409nxsyaw";
sha256 = "0sf0xnv5mbkrp1gkvy00rkf1jw0zzhj4h6l0qs14arqpg0ncby7x";
})) discordOverlay];
};
home = {