mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
sops update
This commit is contained in:
parent
35a90be962
commit
4d664262e0
6 changed files with 30 additions and 37 deletions
|
@ -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";
|
||||
}
|
||||
];
|
||||
};
|
||||
};
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{ config, pkgs, nix-colors, ... }:
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
libsixel
|
||||
|
|
|
@ -1,6 +1,7 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
home.packages = with pkgs; [
|
||||
gdb
|
||||
lldb
|
||||
rust-analyzer
|
||||
nil
|
||||
|
|
|
@ -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";
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue