sops update

This commit is contained in:
Rouven Seifert 2023-05-14 12:39:19 +02:00
parent 35a90be962
commit 4d664262e0
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
6 changed files with 30 additions and 37 deletions

View file

@ -231,16 +231,10 @@ in
neomutt = {
enable = true;
virtualMailboxes = [
# we have to put ALL of our virtual mailboxes into the primary account
# TODO make an issue
{
name = "IFSR-Unread";
query = "folder:iFSR/Inbox tag:unread";
}
{
name = "Gmail-Unread";
query = "folder:gmail/Inbox tag:unread";
}
];
};
};

View file

@ -1,4 +1,4 @@
{ config, pkgs, nix-colors, ... }:
{ config, pkgs, ... }:
{
home.packages = with pkgs; [
libsixel

View file

@ -1,6 +1,7 @@
{ pkgs, ... }:
{
home.packages = with pkgs; [
gdb
lldb
rust-analyzer
nil

View file

@ -1,11 +1,9 @@
{ config, pkgs, ... }:
{ config, pkgs, hyprland, ... }:
{
programs.waybar = {
enable = true;
systemd.enable = true;
package = pkgs.waybar.overrideAttrs (oldAttrs: {
mesonFlags = oldAttrs.mesonFlags ++ [ "-Dexperimental=true" ];
});
package = hyprland.packages.x86_64-linux.waybar-hyprland;
settings = {
mainBar = {
layer = "top";

View file

@ -1,4 +1,4 @@
{ config, pkgs, ... }:
{ pkgs, ... }:
{
home.packages = with pkgs; [
# temp here for testing
@ -22,7 +22,7 @@
# sound
pavucontrol
(pkgs.callPackage ../../../pkgs/x32edit { })
# (pkgs.callPackage ../../../pkgs/x32edit { })
# bluetooth
blueman