home/natto.nix: generic update

This commit is contained in:
2022-01-31 23:00:56 +05:30
parent b8d1f01af5
commit 5ec98401aa
2 changed files with 17 additions and 16 deletions

View File

@@ -4,7 +4,8 @@ let
in in
{ {
imports = [ imports = [
./stuff/programs.nix ./stuff/xsession.nix ./stuff/programs.nix
./stuff/xsession.nix
./stuff/secret.nix ./stuff/secret.nix
./stuff/services.nix ./stuff/services.nix
]; ];
@@ -59,7 +60,7 @@ in
jmtpfs jmtpfs
dunst dunst
flameshot flameshot
youtube-dl yt-dlp
xclip xclip
xorg.xkbcomp xorg.xkbcomp
xorg.xmodmap xorg.xmodmap
@@ -79,13 +80,12 @@ in
tor-browser-bundle-bin tor-browser-bundle-bin
wineWowPackages.stable wineWowPackages.stable
master.winetricks master.winetricks
games.winestreamproxy games.wine-discord-ipc-bridge
/* (games.osu-stable.overrideAttrs (_:{ /* (games.osu-stable.overrideAttrs (_:{
tricks = [ "gdiplus" "dotnet46" "meiryo" ]; tricks = [ "gdiplus" "dotnet46" "meiryo" ];
}))*/ }))*/
csvtool
pmidi pmidi
dosbox # dosbox
authy authy
unstable.premid unstable.premid
(master.tauon.override { withDiscordRPC = true; }) (master.tauon.override { withDiscordRPC = true; })
@@ -93,8 +93,8 @@ in
pulseaudio pulseaudio
(texlive.combine { inherit (texlive) scheme-small babel lm graphics-def url; }) (texlive.combine { inherit (texlive) scheme-small babel lm graphics-def url; })
(qjackctl.override { jackSession = true; }) (qjackctl.override { jackSession = true; })
carla # carla
electrum # electrum
anki-bin anki-bin
spotify spotify
deluge deluge
@@ -102,20 +102,22 @@ in
libreoffice libreoffice
google-drive-ocamlfuse google-drive-ocamlfuse
customscripts customscripts
stable.ardour # stable.ardour
stable.calf # stable.calf
stable.blender # stable.blender
neomutt
mailcap
]; ];
file = { file = {
dwm-autostart = { /* dwm-autostart = {
source = ./config/dwm/autostart.sh; source = ./config/dwm/autostart.sh;
target = "${home}/.dwm/autostart.sh"; target = "${home}/.dwm/autostart.sh";
}; };
dwm-status = { dwm-status = {
source = ./config/dwm/bruhstatus.sh; source = ./config/dwm/bruhstatus.sh;
target = "${home}/.dwm/bruhstatus.sh"; target = "${home}/.dwm/bruhstatus.sh";
}; };*/
dunstrc = { dunstrc = {
source = ./config/dunst/dunstrc; source = ./config/dunst/dunstrc;
target = "${home}/.config/dunst/dunstrc"; target = "${home}/.config/dunst/dunstrc";

View File

@@ -1,5 +1,4 @@
/* Module by @ryantm in github:ryantm/agenix /* Module by @ryantm in github:ryantm/agenix */
Modified by @natto1784 for 'personal' home-manager config */
{ config, lib, pkgs, ... }: { config, lib, pkgs, ... }: