changing scripts to get swayidle working
This commit is contained in:
parent
260e597860
commit
e113d9775d
20 changed files with 137 additions and 58 deletions
|
@ -96,6 +96,11 @@
|
|||
];
|
||||
};
|
||||
|
||||
extraOptions = ''
|
||||
keep-outputs = true
|
||||
keep-derivations = true
|
||||
'';
|
||||
|
||||
# registry = {
|
||||
# emenel-templates.flake = inputs.emenel-templates;
|
||||
# };
|
||||
|
@ -274,7 +279,7 @@
|
|||
clean = {
|
||||
enable = true;
|
||||
dates = "daily";
|
||||
extraArgs = "--keep 4";
|
||||
extraArgs = "--keep 4 --nogcroots";
|
||||
};
|
||||
flake = "/home/emenel/source/nixos-config";
|
||||
package = pkgs.nh;
|
||||
|
@ -296,7 +301,11 @@
|
|||
];
|
||||
};
|
||||
services.tailscale.enable = true;
|
||||
services.envfs.enable = true;
|
||||
|
||||
services.envfs = {
|
||||
enable = true;
|
||||
extraFallbackPathCommands = "ln -s $''{pkgs.bash}/bin/bash $out/bash";
|
||||
};
|
||||
|
||||
services.gnome.sushi.enable = true;
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
path = [ "/run/current-system/bin/" "/run/current-system/sw/" ];
|
||||
|
||||
script = ''
|
||||
#!/bin/sh
|
||||
#!/usr/bin/env sh
|
||||
hda-verb /dev/snd/hwC3D0 0x20 0x500 0x7
|
||||
hda-verb /dev/snd/hwC3D0 0x20 0x500 0x7
|
||||
hda-verb /dev/snd/hwC3D0 0x20 0x500 0x10
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue