1
0
forked from extern/nix-config

chore: Formatting

This commit is contained in:
Donovan Glover 2023-06-22 11:13:46 -04:00
parent 8ffb196c0b
commit 7316153e37
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
12 changed files with 38 additions and 17 deletions

View File

@ -1,4 +1,6 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
home.packages = with pkgs; [ libnotify ];
services.dunst = {

View File

@ -1,4 +1,6 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
programs.mpv = {
enable = true;

View File

@ -1,4 +1,6 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
programs.qutebrowser = {
enable = true;
package = pkgs.qutebrowser-qt6;

View File

@ -1,4 +1,6 @@
{ config, lib, ... }: {
{ config, lib, ... }:
{
programs.rofi = {
enable = true;
cycle = false;

View File

@ -1,4 +1,6 @@
{ lib, ... }: {
{ lib, ... }:
{
programs.waybar = {
enable = true;

View File

@ -1,4 +1,6 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
home.packages = with pkgs; [ waycorner ];
xdg.configFile."waycorner/config.toml".text = /* toml */ ''

View File

@ -1,4 +1,6 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
services.interception-tools = {
enable = true;
plugins = with pkgs.interception-tools-plugins; [ dual-function-keys ];

View File

@ -1,4 +1,6 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
fonts = {
enableDefaultFonts = false;

View File

@ -1,4 +1,6 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
services.ratbagd.enable = true;
environment.systemPackages = [ pkgs.piper ];

View File

@ -5,7 +5,8 @@ let
rate = 48000;
qr = "${toString quantum}/${toString rate}";
json = pkgs.formats.json { };
in {
in
{
services.pipewire = {
enable = true;

View File

@ -1,4 +1,6 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
stylix.image = ../assets/wallpaper.png;
stylix.polarity = "dark";
stylix.base16Scheme = "${pkgs.base16-schemes}/share/themes/monokai.yaml";