nix: make nix actually install

This commit is contained in:
Nico 2025-05-03 16:15:57 +10:00
parent 2bc3ac5dce
commit 135f6d803b
6 changed files with 18 additions and 13 deletions

View file

@ -8,8 +8,6 @@
element-desktop
];
programs.firefox.enable = true;
programs.kdeconnect.enable = true;
systemd.user.services.kdeconnectd = {
enable = true;

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs }:
{ config, lib, pkgs, ... }:
{
programs.hyprland.enable = true;

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs }:
{ config, lib, pkgs, ...}:
{
users.users.nico = {