From 5ec98401aa543fd234557c72457aeff8dfc25386 Mon Sep 17 00:00:00 2001 From: natto1784 Date: Mon, 31 Jan 2022 23:00:56 +0530 Subject: [PATCH] home/natto.nix: generic update --- home/natto.nix | 30 ++++++++++++++++-------------- home/stuff/secret.nix | 3 +-- 2 files changed, 17 insertions(+), 16 deletions(-) diff --git a/home/natto.nix b/home/natto.nix index ac43846..a3d6be9 100644 --- a/home/natto.nix +++ b/home/natto.nix @@ -4,7 +4,8 @@ let in { imports = [ - ./stuff/programs.nix ./stuff/xsession.nix + ./stuff/programs.nix + ./stuff/xsession.nix ./stuff/secret.nix ./stuff/services.nix ]; @@ -59,7 +60,7 @@ in jmtpfs dunst flameshot - youtube-dl + yt-dlp xclip xorg.xkbcomp xorg.xmodmap @@ -79,13 +80,12 @@ in tor-browser-bundle-bin wineWowPackages.stable master.winetricks - games.winestreamproxy + games.wine-discord-ipc-bridge /* (games.osu-stable.overrideAttrs (_:{ tricks = [ "gdiplus" "dotnet46" "meiryo" ]; }))*/ - csvtool pmidi - dosbox + # dosbox authy unstable.premid (master.tauon.override { withDiscordRPC = true; }) @@ -93,8 +93,8 @@ in pulseaudio (texlive.combine { inherit (texlive) scheme-small babel lm graphics-def url; }) (qjackctl.override { jackSession = true; }) - carla - electrum + # carla + # electrum anki-bin spotify deluge @@ -102,20 +102,22 @@ in libreoffice google-drive-ocamlfuse customscripts - stable.ardour - stable.calf - stable.blender + # stable.ardour + # stable.calf + # stable.blender + neomutt + mailcap ]; file = { - dwm-autostart = { + /* dwm-autostart = { source = ./config/dwm/autostart.sh; target = "${home}/.dwm/autostart.sh"; - }; - dwm-status = { + }; + dwm-status = { source = ./config/dwm/bruhstatus.sh; target = "${home}/.dwm/bruhstatus.sh"; - }; + };*/ dunstrc = { source = ./config/dunst/dunstrc; target = "${home}/.config/dunst/dunstrc"; diff --git a/home/stuff/secret.nix b/home/stuff/secret.nix index e605961..9d620b2 100644 --- a/home/stuff/secret.nix +++ b/home/stuff/secret.nix @@ -1,5 +1,4 @@ -/* Module by @ryantm in github:ryantm/agenix -Modified by @natto1784 for 'personal' home-manager config */ +/* Module by @ryantm in github:ryantm/agenix */ { config, lib, pkgs, ... }: