This commit is contained in:
Tasia Iso 2024-05-30 20:37:14 +02:00
parent 4c9f67e388
commit 650641c546
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
4 changed files with 17 additions and 8 deletions

View file

@ -1,4 +1,8 @@
{pkgs, lib, ...}: {
{
pkgs,
lib,
...
}: {
imports = [
./sddm.nix
./plasma-packages.nix

View file

@ -1,4 +1,8 @@
{pkgs, lib, ...}: {
{
pkgs,
lib,
...
}: {
boot = {
kernelPackages = lib.mkForce pkgs.linuxPackages_latest;
};

View file

@ -18,7 +18,7 @@ in {
hostName = "enry";
};
nix.settings.trusted-users = [ "root" "@wheel" ];
nix.settings.trusted-users = ["root" "@wheel"];
users.users.tasia = {
isNormalUser = true;

View file

@ -1,6 +1,7 @@
{ pkgs ? import <nixpkgs> {},
lib ? import <nixpkgs/lib> }:
{
pkgs ? import <nixpkgs> {},
lib ? import <nixpkgs/lib>,
}:
pkgs.buildNpmPackage rec {
pname = "vedirect-reader";
version = "0.0.0";