mirror of
https://github.com/librephoenix/nixos-config
synced 2025-11-30 22:54:01 +05:30
Updated system
This commit is contained in:
parent
c0fcf698dc
commit
d9531c16b2
2 changed files with 62 additions and 47 deletions
|
|
@ -1,4 +1,10 @@
|
|||
{ config, lib, pkgs, pkgs-stable, ... }:
|
||||
{
|
||||
config,
|
||||
lib,
|
||||
pkgs,
|
||||
pkgs-stable,
|
||||
...
|
||||
}:
|
||||
|
||||
{
|
||||
config = {
|
||||
|
|
@ -43,7 +49,16 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
openldap ldapvi rclone teams-for-linux pkgs-stable.rpi-imager freerdp pkgs-stable.tigervnc unixtools.xxd nodejs electron
|
||||
openldap
|
||||
ldapvi
|
||||
rclone
|
||||
teams-for-linux
|
||||
#rpi-imager # FIXME
|
||||
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