add nix-ld, add pipewire, add mpdscribble, add fonts
This commit is contained in:
@@ -71,11 +71,14 @@ in
|
||||
|
||||
programs.fd.enable = true;
|
||||
|
||||
programs.uv.enable = true;
|
||||
|
||||
programs.fish = {
|
||||
enable = true;
|
||||
interactiveShellInit = ''
|
||||
nitch
|
||||
set -gx EDITOR nvim
|
||||
set -gx PATH $PATH /home/user/.local/bin
|
||||
set -g fish_key_bindings fish_hybrid_key_bindings
|
||||
set fish_greeting
|
||||
'';
|
||||
@@ -100,10 +103,6 @@ in
|
||||
programs.zoxide.enable = true;
|
||||
programs.zoxide.enableFishIntegration = true;
|
||||
|
||||
# wayland.windowManager.hyprland = {
|
||||
# enable = true;
|
||||
# };
|
||||
|
||||
gtk = {
|
||||
enable = true;
|
||||
theme = {
|
||||
|
||||
Reference in New Issue
Block a user