update arguments

This commit is contained in:
Andreas Zweili 2021-12-28 23:05:17 +01:00
parent 66dbcc57f9
commit e19bd5bfb0
18 changed files with 15 additions and 60 deletions

View File

@ -1,8 +1,4 @@
# Edit this configuration file to define what should be installed on { pkgs, ... }:
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ {
# Blueooth support in general # Blueooth support in general

View File

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

View File

@ -1,4 +1,4 @@
{ pkgs, ... }: { ... }:
{ {
imports = [ imports = [
./common ./common

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
imports = [ imports = [
./common ./common

View File

@ -1,8 +1,4 @@
# Edit this configuration file to define what should be installed on { pkgs, ... }:
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ {
environment.systemPackages = with pkgs; [ environment.systemPackages = with pkgs; [

View File

@ -1,8 +1,4 @@
# Edit this configuration file to define what should be installed on { pkgs, ... }:
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ {
imports = [ imports = [

View File

@ -1,8 +1,4 @@
# Edit this configuration file to define what should be installed on { pkgs, ... }:
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ {
imports = [ imports = [

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { pkgs, ... }:
{ {
virtualisation.docker = virtualisation.docker =
{ {

View File

@ -1,7 +1,3 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ ... }: { ... }:
{ {
programs.droidcam.enable = true; programs.droidcam.enable = true;

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { ... }:
let let
system-version = import ../version.nix; system-version = import ../version.nix;
home-manager-url = "https://github.com/nix-community/home-manager/archive/release-" + system-version + ".tar.gz"; home-manager-url = "https://github.com/nix-community/home-manager/archive/release-" + system-version + ".tar.gz";

View File

@ -1,4 +1,4 @@
{ config, pkgs, ... }: { ... }:
{ {
services.restic.backups."andreas" = { services.restic.backups."andreas" = {
user = "andreas"; user = "andreas";

View File

@ -1,7 +1,3 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ pkgs, ... }: { pkgs, ... }:
{ {
programs.xonsh = { programs.xonsh = {

View File

@ -1,7 +1,3 @@
# Edit this configuration file to define what should be installed on
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ ... }: { ... }:
{ {
imports = imports =

View File

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

View File

@ -1,8 +1,4 @@
# Edit this configuration file to define what should be installed on { ... }:
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ {
imports = imports =

View File

@ -1,7 +1,4 @@
# 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, ... }:
{ {
boot.initrd.availableKernelModules = [ boot.initrd.availableKernelModules = [

View File

@ -1,8 +1,4 @@
# Edit this configuration file to define what should be installed on { ... }:
# your system. Help is available in the configuration.nix(5) man page
# and in the NixOS manual (accessible by running nixos-help).
{ config, pkgs, ... }:
{ {
imports = imports =

View File

@ -1,7 +1,4 @@
# 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, ... }:
{ {
boot.initrd.availableKernelModules = [ boot.initrd.availableKernelModules = [