chore: Formatting

This commit is contained in:
Donovan Glover 2023-06-23 15:48:29 -04:00
parent dd6f43e02d
commit 717fa0d9fb
No known key found for this signature in database
GPG Key ID: EA7408A77AE1BE65
4 changed files with 10 additions and 3 deletions

View File

@ -33,6 +33,7 @@
environment.systemPackages = with pkgs; [
obsidian
];
nixpkgs.config.allowUnfreePredicate = pkg: builtins.elem (lib.getName pkg) [
"obsidian"
];

View File

@ -1,4 +1,6 @@
{ stylix, home-manager, ... }: {
{ stylix, home-manager, ... }:
{
containers.wine = {
privateNetwork = true;
ephemeral = true;

View File

@ -1,4 +1,6 @@
{ lib, ... }: {
{ lib, ... }:
{
nixpkgs.overlays = [
(final: prev: {
joshuto = prev.joshuto.overrideAttrs (oldAttrs: rec {

View File

@ -1,4 +1,6 @@
{ pkgs, ... }: {
{ pkgs, ... }:
{
nixpkgs.overlays = [
(final: prev: {
rofi-unwrapped = prev.rofi-unwrapped.overrideAttrs (oldAttrs: rec {