im scared for how many files are gonna be changed in this commit
This commit is contained in:
parent
81c53777e4
commit
9c361a2c9e
6 changed files with 34 additions and 5 deletions
|
|
@ -22,7 +22,11 @@
|
|||
};
|
||||
lsp = {
|
||||
enable = true;
|
||||
|
||||
servers.cssls.enable = true;
|
||||
servers.pylsp.enable = true;
|
||||
servers.html = {
|
||||
enable = true;
|
||||
};
|
||||
servers.nixd = {
|
||||
enable = true;
|
||||
extraOptions.offset_encoding = "utf-8";
|
||||
|
|
|
|||
|
|
@ -2,8 +2,11 @@
|
|||
home.packages = with pkgs; [
|
||||
prismlauncher
|
||||
libgpod
|
||||
ark
|
||||
qv4l2
|
||||
nextcloud-client
|
||||
blender-hip
|
||||
cinny-desktop
|
||||
libimobiledevice
|
||||
mpc
|
||||
strawberry
|
||||
|
|
|
|||
|
|
@ -7,6 +7,10 @@
|
|||
config = {
|
||||
modifier = "Mod4";
|
||||
terminal = "foot";
|
||||
output = {
|
||||
"Dell Inc. DELL P2411H MGMHG1681VAU".pos = "0 1050";
|
||||
"Samsung Electric Company SyncMaster HMDQ202016".pos = "75 0";
|
||||
};
|
||||
#output = {
|
||||
#eDP-1.pos = "0 1362";
|
||||
# "Hewlett Packard HP W2371d 6CM2220CSQ".pos = "1366 1050";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue