mirror of
https://github.com/librephoenix/nixos-config
synced 2025-10-18 17:44:06 +05:30
work updates
This commit is contained in:
parent
90719e9a93
commit
eac2cd88ea
2 changed files with 6 additions and 2 deletions
|
@ -46,6 +46,9 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
programs.localsend.enable = true;
|
||||||
|
programs.localsend.openFirewall = true;
|
||||||
|
|
||||||
home-manager.users.emmet.userSettings = {
|
home-manager.users.emmet.userSettings = {
|
||||||
name = "Emmet";
|
name = "Emmet";
|
||||||
};
|
};
|
||||||
|
|
|
@ -26,6 +26,7 @@
|
||||||
music.enable = true;
|
music.enable = true;
|
||||||
office.enable = true;
|
office.enable = true;
|
||||||
recording.enable = true;
|
recording.enable = true;
|
||||||
|
remote.enable = true;
|
||||||
virtualization = {
|
virtualization = {
|
||||||
virtualMachines.enable = true;
|
virtualMachines.enable = true;
|
||||||
};
|
};
|
||||||
|
@ -41,11 +42,11 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
openldap ldapvi rclone teams-for-linux
|
openldap ldapvi rclone teams-for-linux rpi-imager freerdp tigervnc unixtools.xxd
|
||||||
];
|
];
|
||||||
|
|
||||||
home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable {
|
home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable {
|
||||||
AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card0";
|
AQ_DRM_DEVICES = lib.mkForce "/dev/dri/card1";
|
||||||
};
|
};
|
||||||
|
|
||||||
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
wayland.windowManager.hyprland = lib.mkIf config.userSettings.hyprland.enable {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue