mirror of
https://github.com/blahai/nyx.git
synced 2025-06-17 21:07:01 -04:00
more hypr stuffies and whatnot
This commit is contained in:
parent
8235c282d9
commit
a7f53fad26
7 changed files with 37 additions and 30 deletions
|
@ -4,6 +4,7 @@
|
|||
imports =
|
||||
[
|
||||
./hardware-configuration.nix
|
||||
../../modules/nixos/games/default.nix
|
||||
inputs.home-manager.nixosModules.default
|
||||
];
|
||||
|
||||
|
@ -110,7 +111,7 @@
|
|||
package = inputs.hyprland.packages."${pkgs.system}".hyprland;
|
||||
};
|
||||
|
||||
dir{
|
||||
direnv = {
|
||||
enable = true;
|
||||
};
|
||||
|
||||
|
@ -146,6 +147,7 @@
|
|||
};
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
hyprcursor
|
||||
neovim
|
||||
wget
|
||||
git
|
||||
|
@ -167,6 +169,7 @@
|
|||
busybox
|
||||
rustup
|
||||
vscode-fhs
|
||||
bibata-cursors
|
||||
];
|
||||
|
||||
fonts.packages = with pkgs; [
|
||||
|
|
|
@ -3,7 +3,6 @@
|
|||
{
|
||||
imports = [
|
||||
../../modules/home-manager/hypr/default.nix
|
||||
../../modules/nixos/games/default.nix
|
||||
];
|
||||
|
||||
# Home Manager needs a bit of information about you and the paths it should
|
||||
|
@ -61,7 +60,7 @@
|
|||
EDITOR = "nvim";
|
||||
XMODIFIERS = "@im=ibus";
|
||||
GTK_IM_MODULE = "ibus";
|
||||
QT_IM_MODULE = "ibus"
|
||||
QT_IM_MODULE = "ibus";
|
||||
QT_QPA_PLATFORMTHEME = "qt5ct";
|
||||
WLR_NO_HARDWARE_CURSORS = "1";
|
||||
GSK_RENDERER = "cairo";
|
||||
|
@ -71,13 +70,13 @@
|
|||
XDG_SESSION_TYPE = "wayland";
|
||||
XDG_SESSION_DESKTOP = "Hyprland";
|
||||
|
||||
_JAVA_AWT_WM_NONREPARENTING = "1"
|
||||
_JAVA_AWT_WM_NONREPARENTING = "1";
|
||||
XCURSOR_THEME = "Bibata-Modern-Classic";
|
||||
HYPRCURSOR_THEME = "HyprBibataModernClassicSVG"
|
||||
XCURSOR_SIZE, 24
|
||||
__GL_THREADED_OPTIMIZATIONS, 0
|
||||
HYPRCURSOR_THEME = "HyprBibataModernClassicSVG";
|
||||
XCURSOR_SIZE = "24";
|
||||
__GL_THREADED_OPTIMIZATIONS = "0";
|
||||
QT_QPA_PLATFORM = "wayland";
|
||||
QT_WAYLAND_DISABLE_WINDOWDECORATION = 1
|
||||
QT_WAYLAND_DISABLE_WINDOWDECORATION = "1";
|
||||
};
|
||||
|
||||
# Let Home Manager install and manage itself.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue