Compare commits

..

No commits in common. "b9f26e154a3d8f64cd7d1538b178aa68c5fa51fb" and "f3b8aa45f4334a482a5c75f4b96702d369e4c44c" have entirely different histories.

3 changed files with 0 additions and 14 deletions

View File

@ -1,7 +1,5 @@
{ pkgs, ... }:
{
# Allow Chromium & Electron apps run natively in wayland
environment.sessionVariables.NIXOS_OZONE_WL = "1";
services.displayManager = {
autoLogin = {
enable = true;

View File

@ -1,11 +0,0 @@
local cur_dir = vim.fn.fnamemodify(debug.getinfo(1, "S").source:sub(2), ":p:h")
vim.filetype.add({
extension = {
conf = function(path)
if path:sub(1, cur_dir:len()) == cur_dir then
return "hyprlang"
end
end,
},
})

View File

@ -1 +0,0 @@
vim.opt.commentstring = "// %s"