chore(flake): update inputs

This commit is contained in:
Felix Schröter 2021-03-04 14:41:26 +01:00
parent 373ad8e314
commit 82181a8d8b
No known key found for this signature in database
GPG key ID: 910ACB9F6BD26F58
4 changed files with 17 additions and 15 deletions

View file

@ -104,11 +104,11 @@
]
},
"locked": {
"lastModified": 1613153184,
"narHash": "sha256-9ZIBmZuEjcxWON6zeEzCUfobTf/WTVQVOdg3gyNfhTw=",
"lastModified": 1614109058,
"narHash": "sha256-UMphcAfZ4nsDO6ai0cWZDunO6AvyQj+yvMWevZVnKvg=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "1ee1d01daa19b3a6d16b5fb680c31a2bc110ce24",
"rev": "e7b1491fb8dfb1d2bdb90432312e88d03c8d803d",
"type": "github"
},
"original": {
@ -120,11 +120,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1613226215,
"narHash": "sha256-3rA5cGIrBHD6yeKhNhsF7/t461ww25oJY8KyBb0IhjU=",
"lastModified": 1614191423,
"narHash": "sha256-As8TFDUW6CMCN5zlw5dVnZiwakO1cRKYPk64rsr32uU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "ff96a0fa5635770390b184ae74debea75c3fd534",
"rev": "f6b5bfdb470d60a876992749d0d708ed7b6b56ca",
"type": "github"
},
"original": {
@ -136,11 +136,11 @@
},
"nur": {
"locked": {
"lastModified": 1613412024,
"narHash": "sha256-45SiBqhmDPTueundPMuUx8DhX0potkKPKyY5YVeuSjE=",
"lastModified": 1614358138,
"narHash": "sha256-eMePn28jaYjESBIzRcOfcC2JhRQr1PMLiequobQk4Lw=",
"owner": "nix-community",
"repo": "NUR",
"rev": "45610be3c503ed704b7cfad5f3ee54e358161e36",
"rev": "20ab78a17b1d4becc38ae0820767f233b122a4a6",
"type": "github"
},
"original": {

View file

@ -13,7 +13,7 @@
# Bluetooth
hardware.bluetooth.enable = true;
hardware.bluetooth.config = {
hardware.bluetooth.settings = {
General = { Enable = "Source,Sink,Media,Socket"; };
};

View file

@ -15,8 +15,8 @@ with pkgs; {
services.gammastep = {
enable = true;
latitude = "53.2472211";
longitude = "10.4021562";
latitude = "53.2603609";
longitude = "10.4014691";
};
programs.ssh = { enable = true; };

View file

@ -20,9 +20,11 @@
enable = true;
latitude = "53.2603609";
longitude = "10.4014691";
brightness = {
day = "0.9";
night = "0.9";
settings = {
general = {
brightness-day = "0.9";
brightness-night = "0.9";
};
};
};