ran nix fmt .

This commit is contained in:
2025-02-08 17:38:15 -05:00
parent c12bd0c7ca
commit 300aa1f032
35 changed files with 215 additions and 134 deletions

View File

@@ -26,7 +26,7 @@
services = {
openssh.ports = [ 922 ];
desktopManager.cosmic.enable = true;
desktopManager.cosmic.enable = true;
};
system.stateVersion = "24.05";

View File

@@ -1,4 +1,9 @@
{ config, lib, modulesPath, ... }:
{
config,
lib,
modulesPath,
...
}:
{
imports = [ (modulesPath + "/installer/scan/not-detected.nix") ];

View File

@@ -1,4 +1,4 @@
{
{
services.syncthing.settings.folders = {
"dotfiles" = {
path = "/home/richie/dotfiles";