This commit is contained in:
m3tam3re
2024-11-07 10:50:13 +01:00
parent 5c0ad5d634
commit 6b24828482
14 changed files with 76 additions and 27 deletions

View File

@ -15,6 +15,8 @@
outputs.overlays.additions
outputs.overlays.modifications
outputs.overlays.stable-packages
outputs.overlays.pinned-packages
outputs.overlays.master-packages
# You can also add overlays exported from other flakes:
# neovim-nightly-overlay.overlays.default

View File

@ -74,7 +74,7 @@
unimatrix
unzip
wttrbar
yazi
#yazi
zellij-ps
zip
];

View File

@ -1,7 +1,6 @@
{
config,
lib,
pkgs,
...
}:
with lib; let
@ -29,7 +28,7 @@ in {
--header 'Press CTRL-Y to copy command into clipboard'"
set -x FZF_DEFAULT_COMMAND fd --type f --exclude .git --follow --hidden
set -x FZF_CTRL_T_COMMAND "$FZF_DEFAULT_COMMAND"
set -x FLAKE $HOME/m3-kratos
set -x FLAKE $HOME/p/nixos/nixos-config
if test (tty) = "/dev/tty1"
exec Hyprland &> /dev/null

View File

@ -1,3 +1,3 @@
{pkgs, ...}: {
home.packages = with pkgs; [bruno zed-editor];
home.packages = with pkgs; [pinned.bruno zed-editor];
}

View File

@ -27,8 +27,8 @@ in {
pavucontrol
qpwgraph
v4l-utils
# plexamp
# spotify
plexamp
spotify
# uxplay
# vlc
# webcord
@ -41,7 +41,6 @@ in {
plugins = with pkgs.obs-studio-plugins; [
input-overlay
obs-gstreamer
obs-vertical-canvas
obs-vaapi
obs-vkcapture
wlrobs

View File

@ -1,6 +1,5 @@
{
config,
pkgs,
lib,
...
}: