0711
This commit is contained in:
@ -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
|
||||
|
@ -74,7 +74,7 @@
|
||||
unimatrix
|
||||
unzip
|
||||
wttrbar
|
||||
yazi
|
||||
#yazi
|
||||
zellij-ps
|
||||
zip
|
||||
];
|
||||
|
@ -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
|
||||
|
@ -1,3 +1,3 @@
|
||||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [bruno zed-editor];
|
||||
home.packages = with pkgs; [pinned.bruno zed-editor];
|
||||
}
|
||||
|
@ -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
|
||||
|
@ -1,6 +1,5 @@
|
||||
{
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
...
|
||||
}:
|
||||
|
Reference in New Issue
Block a user