feat: inherited Nvidia configuration from old conf
This commit is contained in:
parent
f10f6922fb
commit
8fecc5f592
7 changed files with 117 additions and 82 deletions
|
@ -1,11 +0,0 @@
|
|||
{ pkgs, lib, ... }:
|
||||
{
|
||||
programs.sway = {
|
||||
enable = true;
|
||||
wrapperFeatures.gtk = true;
|
||||
};
|
||||
services.displayManager = {
|
||||
enable = true;
|
||||
execCmd = "${pkgs.lemurs}/bin/lemurs --no-logs";
|
||||
};
|
||||
}
|
8
nixos/services/syncthing.service.nix
Normal file
8
nixos/services/syncthing.service.nix
Normal file
|
@ -0,0 +1,8 @@
|
|||
{pkgs, lib, ...}:
|
||||
let
|
||||
myUserName = "";
|
||||
in
|
||||
{
|
||||
enable = true;
|
||||
user = ""
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue