Fix evaluation warnings
Update flake inputs
This commit is contained in:
parent
186eac6896
commit
6581f4aa9f
7 changed files with 87 additions and 72 deletions
|
@ -42,7 +42,6 @@
|
|||
|
||||
config = {
|
||||
time.timeZone = "Europe/Amsterdam";
|
||||
hardware.pulseaudio.enable = false;
|
||||
sops.age.keyFile = "/root/.config/sops/age/keys.txt";
|
||||
|
||||
i18n = {
|
||||
|
@ -94,6 +93,7 @@
|
|||
xserver.excludePackages = [pkgs.xterm];
|
||||
printing.drivers = [pkgs.hplip pkgs.gutenprint];
|
||||
tailscale.enable = true;
|
||||
pulseaudio.enable = false;
|
||||
|
||||
pipewire = {
|
||||
alsa.enable = true;
|
||||
|
|
|
@ -19,6 +19,11 @@ in {
|
|||
enable = true;
|
||||
base16Scheme = "${pkgs.base16-schemes}/share/themes/gruvbox-dark-medium.yaml";
|
||||
|
||||
# targets = {
|
||||
# firefox.profileNames = ["default"];
|
||||
# librewolf.profileNames = ["default"];
|
||||
# };
|
||||
|
||||
cursor = {
|
||||
package = pkgs.bibata-cursors;
|
||||
name = "Bibata-Modern-Classic";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue