mirror of
https://github.com/librephoenix/nixos-config
synced 2025-11-30 22:54:01 +05:30
qt6 fixes for other systems
This commit is contained in:
parent
6f6d16dff1
commit
f319787c69
2 changed files with 3 additions and 3 deletions
|
|
@ -1,4 +1,4 @@
|
|||
{ config, lib, pkgs, ... }:
|
||||
{ config, lib, pkgs, pkgs-stable, ... }:
|
||||
|
||||
{
|
||||
config = {
|
||||
|
|
@ -39,7 +39,7 @@
|
|||
|
||||
home.packages = with pkgs; [
|
||||
cage
|
||||
gcompris
|
||||
pkgs-stable.gcompris
|
||||
tuxpaint
|
||||
];
|
||||
|
||||
|
|
|
|||
|
|
@ -42,7 +42,7 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
openldap ldapvi rclone teams-for-linux rpi-imager freerdp pkgs-stable.tigervnc unixtools.xxd nodejs electron
|
||||
openldap ldapvi rclone teams-for-linux pkgs-stable.rpi-imager freerdp pkgs-stable.tigervnc unixtools.xxd nodejs electron
|
||||
];
|
||||
|
||||
home.sessionVariables = lib.mkIf config.userSettings.hyprland.enable {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue