mirror of
https://github.com/oqyude/nixos.git
synced 2026-06-11 04:30:41 +03:00
too manya bugs
This commit is contained in:
@@ -0,0 +1,14 @@
|
||||
{ inputs, ... }@flakeContext:
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}:
|
||||
{
|
||||
programs = {
|
||||
btop.enable = true;
|
||||
broot.enable = true;
|
||||
bottom.enable = true;
|
||||
fastfetch.enable = true;
|
||||
};
|
||||
}
|
||||
@@ -9,7 +9,6 @@ let
|
||||
in
|
||||
{
|
||||
programs = {
|
||||
btop.enable = true;
|
||||
mangohud.enable = true;
|
||||
keepassxc.enable = true;
|
||||
zed-editor = {
|
||||
@@ -65,7 +64,7 @@ in
|
||||
vlc
|
||||
normcap
|
||||
zerotierone
|
||||
nextcloud-client
|
||||
#nextcloud-client
|
||||
|
||||
# (handbrake.overrideAttrs (old: {
|
||||
# configureFlags = old.configureFlags ++ [ "--enable-vce" ];
|
||||
@@ -75,9 +74,6 @@ in
|
||||
# ];
|
||||
# }))
|
||||
|
||||
#tg
|
||||
#reaper
|
||||
|
||||
# Games
|
||||
ludusavi
|
||||
prismlauncher
|
||||
|
||||
Reference in New Issue
Block a user