ma tools: s/krebs.per-user/users.users/
This commit is contained in:
parent
da915fb0b8
commit
10636bcdbc
|
@ -1,6 +1,6 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
{
|
{
|
||||||
krebs.per-user.makefu.packages = [
|
users.users.makefu.packages = [
|
||||||
pkgs.taskwarrior
|
pkgs.taskwarrior
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -1,10 +1,10 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
krebs.per-user.makefu.packages = with pkgs; [
|
users.users.makefu.packages = with pkgs; [
|
||||||
chromium
|
chromium
|
||||||
clipit
|
|
||||||
feh
|
feh
|
||||||
|
clipit
|
||||||
firefox
|
firefox
|
||||||
keepassx
|
keepassx
|
||||||
pcmanfm
|
pcmanfm
|
||||||
|
|
|
@ -4,8 +4,10 @@
|
||||||
users.users.makefu.packages = with pkgs; [
|
users.users.makefu.packages = with pkgs; [
|
||||||
taskwarrior
|
taskwarrior
|
||||||
pass
|
pass
|
||||||
|
gopass
|
||||||
mutt
|
mutt
|
||||||
weechat
|
weechat
|
||||||
tmux
|
tmux
|
||||||
];
|
];
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
krebs.per-user.makefu.packages = with pkgs;[
|
users.users.makefu.packages = with pkgs;[
|
||||||
# media
|
# media
|
||||||
gimp
|
gimp
|
||||||
inkscape
|
inkscape
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
krebs.per-user.makefu.packages = with pkgs; [
|
users.users.makefu.packages = with pkgs; [
|
||||||
kodi
|
kodi
|
||||||
streamripper
|
streamripper
|
||||||
youtube-dl
|
youtube-dl
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{ pkgs, ... }:
|
{ pkgs, ... }:
|
||||||
|
|
||||||
{
|
{
|
||||||
krebs.per-user.makefu.packages = with pkgs; [
|
users.users.makefu.packages = with pkgs; [
|
||||||
aria2
|
aria2
|
||||||
# mitmproxy
|
# mitmproxy
|
||||||
pythonPackages.binwalk-full
|
pythonPackages.binwalk-full
|
||||||
|
|
Loading…
Reference in a new issue