remove dot-env file
This commit is contained in:
parent
5a5276ca8d
commit
8454cd18b3
3 changed files with 9 additions and 6 deletions
|
|
@ -31,6 +31,12 @@
|
|||
"flakes"
|
||||
];
|
||||
|
||||
home-manager.users.asakiyuki.home = {
|
||||
sessionVariables = {
|
||||
QML_IMPORT_PATH = "/run/current-system/sw/lib/qt-6/qml";
|
||||
};
|
||||
};
|
||||
|
||||
boot.kernelPackages = pkgs.linuxPackages_latest;
|
||||
boot.extraModulePackages = [ pkgs.linuxPackages_latest.zenpower ];
|
||||
system.stateVersion = "25.11";
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
{ ... }: {
|
||||
home.sessionVariables = {
|
||||
QML_IMPORT_PATH = "/run/current-system/sw/lib/qt-6/qml";
|
||||
};
|
||||
}
|
||||
|
|
@ -42,12 +42,14 @@
|
|||
(libs.root "/overlays/nixpkgs.nix")
|
||||
];
|
||||
|
||||
home-manager.users.asakiyuki.home.pointerCursor =
|
||||
home-manager.users.asakiyuki = {
|
||||
home.pointerCursor =
|
||||
(custom.cursors {
|
||||
name = config.device.cursors;
|
||||
size = 48;
|
||||
})
|
||||
{ pkgs = pkgs; };
|
||||
};
|
||||
|
||||
xdg.menus.enable = true;
|
||||
services.dbus.enable = true;
|
||||
|
|
|
|||
Reference in a new issue