kekl
This commit is contained in:
@ -168,6 +168,7 @@ in
|
||||
pavucontrol
|
||||
usbutils
|
||||
alsa-utils
|
||||
neovide
|
||||
|
||||
# cli
|
||||
neofetch
|
||||
@ -277,7 +278,7 @@ in
|
||||
"pacman.conf".source = ./modules/raw/pacman.conf;
|
||||
};
|
||||
|
||||
system.stateVersion = "24.11";
|
||||
system.stateVersion = "unstable";
|
||||
home-manager.users.fabian = ./modules/home.nix;
|
||||
|
||||
}
|
||||
|
@ -1,8 +1,8 @@
|
||||
{ config, pkgs, ... }:
|
||||
{
|
||||
imports = [
|
||||
./nvim/default.nix
|
||||
./sway/default.nix
|
||||
./editors/nvim/default.nix
|
||||
./wm/sway/default.nix
|
||||
./bash.nix
|
||||
./git.nix
|
||||
./tmux.nix
|
||||
|
@ -28,7 +28,7 @@ in
|
||||
enable = true;
|
||||
plugins = {
|
||||
transparent = {
|
||||
enable = true;
|
||||
enable = false;
|
||||
settings = {
|
||||
groups = [
|
||||
"Normal"
|
@ -37,12 +37,6 @@
|
||||
virtual_lines = false,
|
||||
})
|
||||
|
||||
vim.api.nvim_create_autocmd("VimEnter", {
|
||||
callback = function()
|
||||
vim.cmd("TransparentEnable")
|
||||
end,
|
||||
})
|
||||
|
||||
vim.cmd [[
|
||||
hi VertSplit guibg=NONE guifg=#000000
|
||||
cnoreabbrev W! w!
|
@ -7,9 +7,6 @@
|
||||
{
|
||||
programs.nixvim = {
|
||||
plugins = {
|
||||
treesitter-context = {
|
||||
enable = true;
|
||||
};
|
||||
treesitter = {
|
||||
enable = true;
|
||||
grammarPackages = with pkgs.vimPlugins.nvim-treesitter.builtGrammars; [
|
@ -21,7 +21,7 @@
|
||||
unbind %
|
||||
|
||||
bind t new-window
|
||||
bind -n M-q previous-window
|
||||
bind -n M-w previous-window
|
||||
bind -n M-e next-window
|
||||
bind r source-file ~/.config/tmux/tmux.conf
|
||||
bind -n M-Left select-pane -L
|
||||
@ -29,6 +29,9 @@
|
||||
bind -n M-Up select-pane -U
|
||||
bind -n M-Down select-pane -D
|
||||
|
||||
setw -g window-status-current-format "#T(#I:#W#F)"
|
||||
setw -g window-status-format "#T(#I:#W#F)"
|
||||
|
||||
set-option -s status-interval 1
|
||||
set -g status-right-length 100
|
||||
set -g @net_speed_interfaces "wg0-mullvad"
|
||||
|
Reference in New Issue
Block a user