Compare commits
2 commits
433e1f23fc
...
63731df4dd
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
63731df4dd | ||
|
|
4f0c4eee24 |
3 changed files with 3 additions and 14 deletions
|
|
@ -75,8 +75,6 @@
|
|||
# List packages installed in system profile. To search, run:
|
||||
# $ nix search wget
|
||||
environment.systemPackages = with pkgs; [
|
||||
# vim # Do not forget to add an editor to edit configuration.nix! The Nano editor is also installed by default.
|
||||
# wget
|
||||
git
|
||||
nil
|
||||
nixd
|
||||
|
|
@ -104,20 +102,10 @@
|
|||
enable = true;
|
||||
user = "kemp";
|
||||
program = "${pkgs.writeScriptBin "start-cage-app" ''
|
||||
#!/usr/bin/env bash
|
||||
# kmsprint |
|
||||
# grep '(connected)' |
|
||||
# sed -E 's/.* ([^ ]+) \(connected\).*/\1/' |
|
||||
# while read -r output; do
|
||||
# wlr-randr --output "$output" --transform 180
|
||||
# done
|
||||
exec ${pkgs.firefox}/bin/firefox
|
||||
''}/bin/start-cage-app";
|
||||
};
|
||||
services.getty.loginProgram = "${pkgs.coreutils}/bin/true";
|
||||
services.udev.extraRules = ''
|
||||
# ENV{LIBINPUT_CALIBRATION_MATRIX}="-1 0 1 0 -1 1"
|
||||
'';
|
||||
|
||||
services.openssh = {
|
||||
enable = true;
|
||||
|
|
|
|||
|
|
@ -577,7 +577,7 @@
|
|||
{
|
||||
state = "weather.forecast_home";
|
||||
label = "Windgeschwindigkeit";
|
||||
value = "{attributes.wind_speed} {attributes.wind_speed_unit}";
|
||||
value = "{attributes.wind_speed}";
|
||||
}
|
||||
{
|
||||
state = "sensor.load_power";
|
||||
|
|
|
|||
|
|
@ -139,6 +139,7 @@
|
|||
wireguard-tools
|
||||
diffoscope
|
||||
nix-index
|
||||
libwebp
|
||||
|
||||
# GUI programs
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue