fix
This commit is contained in:
parent
0d31e7909b
commit
91b7973e45
@ -73,7 +73,6 @@
|
|||||||
./nixos/configuration.nix
|
./nixos/configuration.nix
|
||||||
inputs.stylix.nixosModules.stylix
|
inputs.stylix.nixosModules.stylix
|
||||||
inputs.nix-ld.nixosModules.nix-ld
|
inputs.nix-ld.nixosModules.nix-ld
|
||||||
{programs.nix-ld.dev.enable = true;}
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|||||||
@ -14,6 +14,7 @@
|
|||||||
|
|
||||||
nix.settings.experimental-features = ["nix-command" "flakes"];
|
nix.settings.experimental-features = ["nix-command" "flakes"];
|
||||||
programs.nix-ld.dev.enable = true;
|
programs.nix-ld.dev.enable = true;
|
||||||
|
|
||||||
# Bootloader.
|
# Bootloader.
|
||||||
boot.loader.systemd-boot.enable = true;
|
boot.loader.systemd-boot.enable = true;
|
||||||
|
|
||||||
@ -26,8 +27,6 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
environment.sessionVariables = {
|
environment.sessionVariables = {
|
||||||
WLR_NO_HARDWARE_CURSORS = "1";
|
|
||||||
NIXOS_OZONE_WL = "1";
|
|
||||||
EDITOR = "nvim";
|
EDITOR = "nvim";
|
||||||
FLAKE = "/home/${username}/dotfiles";
|
FLAKE = "/home/${username}/dotfiles";
|
||||||
|
|
||||||
|
|||||||
@ -22,8 +22,9 @@
|
|||||||
wlogout.enable = lib.mkDefault true;
|
wlogout.enable = lib.mkDefault true;
|
||||||
|
|
||||||
xdg.portal.enable = true;
|
xdg.portal.enable = true;
|
||||||
xdg.portal.config = { common = {
|
xdg.portal.config = {
|
||||||
default = ["gtk"];
|
common = {
|
||||||
|
default = ["gtk"];
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-hyprland];
|
xdg.portal.extraPortals = [pkgs.xdg-desktop-portal-hyprland];
|
||||||
@ -35,6 +36,11 @@
|
|||||||
pkgs.toybox
|
pkgs.toybox
|
||||||
];
|
];
|
||||||
|
|
||||||
|
environment.sessionVariables = {
|
||||||
|
WLR_NO_HARDWARE_CURSORS = "1";
|
||||||
|
NIXOS_OZONE_WL = "1";
|
||||||
|
};
|
||||||
|
|
||||||
stylix.targets = {
|
stylix.targets = {
|
||||||
dunst.enable = true;
|
dunst.enable = true;
|
||||||
kde.enable = true;
|
kde.enable = true;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user