various improvements

This commit is contained in:
yaroslav
2025-08-30 22:29:48 +03:00
parent e7b6ab283e
commit f697119ffe
8 changed files with 208 additions and 29 deletions
+9 -1
View File
@@ -1,7 +1,15 @@
{ ... }:
{ pkgs, ... }:
{
imports = [
../home.nix
./mpd.nix
];
home.packages = with pkgs; [
hyprpolkitagent
swaynotificationcenter
hyprpaper
grim
slurp
wl-clipboard
];
}
+1
View File
@@ -51,6 +51,7 @@ in
"vscode"
"unrar"
"teamspeak3"
"ida-free"
];
home.packages = with pkgs; [
mc
+2 -2
View File
@@ -28,9 +28,9 @@ programs.neovim = {
vimtex
coq_nvim
coq-artifacts
];
];
extraLuaConfig = ''
local function my_on_attach(bufnr)
local function my_on_attach(bufnr)
local api = require "nvim-tree.api"
local function opts(desc)