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

View file

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

View file

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

View file

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