ran deadnix

This commit is contained in:
Rouven Seifert 2023-05-19 11:42:43 +02:00
parent 1244ba2adf
commit 3df08b721e
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
31 changed files with 32 additions and 33 deletions

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, xdph, ... }:
{ config, pkgs, ... }:
{
nix.settings.experimental-features = [ "nix-command" "flakes" ];

View file

@ -1,7 +1,7 @@
# Do not modify this file! It was generated by nixos-generate-config
# and may be overwritten by future invocations. Please make changes
# to /etc/nixos/configuration.nix instead.
{ config, lib, pkgs, modulesPath, ... }:
{ config, lib, modulesPath, ... }:
{
imports =

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
services.greetd = {
enable = true;

View file

@ -1,4 +1,4 @@
{ config, ... }:
{ ... }:
{
services.snapper = {
configs = {