Disable fprintd on Aloria
This commit is contained in:
parent
b0facc618d
commit
21fc8d03a7
24
flake.lock
24
flake.lock
|
@ -8,11 +8,11 @@
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1,
|
"lastModified": 1,
|
||||||
"narHash": "sha256-DuhR3y0gPZG0AJ2FDd+nUKzQMwT+c/DFIUWNDQ5Uyx4=",
|
"narHash": "sha256-DuhR3y0gPZG0AJ2FDd+nUKzQMwT+c/DFIUWNDQ5Uyx4=",
|
||||||
"path": "/nix/store/m05g2k4z8ms5akz0fdwlk89cwnhy5hb0-source/home/ags",
|
"path": "/nix/store/3xrgbwyljldwxdh0f59jy04byc3x3cyn-source/home/ags",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
"path": "/nix/store/m05g2k4z8ms5akz0fdwlk89cwnhy5hb0-source/home/ags",
|
"path": "/nix/store/3xrgbwyljldwxdh0f59jy04byc3x3cyn-source/home/ags",
|
||||||
"type": "path"
|
"type": "path"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
@ -220,11 +220,11 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739735835,
|
"lastModified": 1739756364,
|
||||||
"narHash": "sha256-S4VskZCNjRX6saW7GtVb4MD3kWdfvRvLurLj9QcM4Wg=",
|
"narHash": "sha256-r8RxE0W3uhJ6unzbIddWTAzrpP9tMnmbj0F+DF+CTSM=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "home-manager",
|
"repo": "home-manager",
|
||||||
"rev": "b15e9ec6769d770879759f086dd4e51fae7f2394",
|
"rev": "662fa98bf488daa82ce8dc2bc443872952065ab9",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -307,11 +307,11 @@
|
||||||
"xdph": "xdph"
|
"xdph": "xdph"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739665242,
|
"lastModified": 1739757807,
|
||||||
"narHash": "sha256-eKIMpBXaGrB/V/afS4pjropo50FgLE1t1W2aMI4/mhA=",
|
"narHash": "sha256-R+fSm684OXCOjhhdANCgBvUPRPiya6Cyi2zV5Xf6sHI=",
|
||||||
"ref": "refs/heads/main",
|
"ref": "refs/heads/main",
|
||||||
"rev": "897ee276dc0a8a6b11a8102b225a9e969faac0bf",
|
"rev": "59c615c321c45302491de3b1c003844c86aefca7",
|
||||||
"revCount": 5823,
|
"revCount": 5825,
|
||||||
"submodules": true,
|
"submodules": true,
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://github.com/hyprwm/Hyprland"
|
"url": "https://github.com/hyprwm/Hyprland"
|
||||||
|
@ -653,11 +653,11 @@
|
||||||
"treefmt-nix": "treefmt-nix"
|
"treefmt-nix": "treefmt-nix"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1739738009,
|
"lastModified": 1739782361,
|
||||||
"narHash": "sha256-e8xhem64JzqPBpCVtGAL+Qh//xmMCE9o7ykDA7OLgx0=",
|
"narHash": "sha256-xd5HJX9ZW2MkKpCrnBVl/9EtwhnEQLDQaVYSjzCbtKE=",
|
||||||
"owner": "nix-community",
|
"owner": "nix-community",
|
||||||
"repo": "NUR",
|
"repo": "NUR",
|
||||||
"rev": "6ac541510c7a0635d958a40df23dafe693922aea",
|
"rev": "5dfbce41e737044067e52cdf44dd2c42fbbcf64e",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
|
|
@ -28,7 +28,6 @@ in
|
||||||
moonlight-qt
|
moonlight-qt
|
||||||
vscode
|
vscode
|
||||||
texliveFull
|
texliveFull
|
||||||
zed-editor
|
|
||||||
gnome-power-manager
|
gnome-power-manager
|
||||||
];
|
];
|
||||||
|
|
||||||
|
|
|
@ -27,7 +27,6 @@ in
|
||||||
moonlight-qt
|
moonlight-qt
|
||||||
vscode
|
vscode
|
||||||
texliveFull
|
texliveFull
|
||||||
zed-editor
|
|
||||||
gnome-power-manager
|
gnome-power-manager
|
||||||
jetbrains.pycharm-professional
|
jetbrains.pycharm-professional
|
||||||
];
|
];
|
||||||
|
|
|
@ -1,22 +1,22 @@
|
||||||
-- Copilot
|
-- Copilot
|
||||||
-- return {
|
return {
|
||||||
-- "zbirenbaum/copilot.lua",
|
"zbirenbaum/copilot.lua",
|
||||||
-- cmd = "Copilot",
|
cmd = "Copilot",
|
||||||
-- event = "InsertEnter",
|
event = "InsertEnter",
|
||||||
-- opts = {
|
opts = {
|
||||||
-- suggestion = {
|
suggestion = {
|
||||||
-- auto_trigger = true,
|
auto_trigger = true,
|
||||||
-- auto_refresh = true,
|
auto_refresh = true,
|
||||||
-- keymap = {
|
keymap = {
|
||||||
-- accept = "<leader><Tab>",
|
accept = "<leader><Tab>",
|
||||||
-- },
|
},
|
||||||
-- },
|
},
|
||||||
-- filetypes = {
|
filetypes = {
|
||||||
-- markdown = true,
|
markdown = true,
|
||||||
-- tex = true,
|
tex = true,
|
||||||
-- }
|
}
|
||||||
-- }
|
}
|
||||||
-- }
|
}
|
||||||
|
|
||||||
-- Supermaven
|
-- Supermaven
|
||||||
-- return {
|
-- return {
|
||||||
|
@ -31,13 +31,13 @@
|
||||||
-- }
|
-- }
|
||||||
|
|
||||||
-- Neocodium
|
-- Neocodium
|
||||||
return {
|
-- return {
|
||||||
"monkoose/neocodeium",
|
-- "monkoose/neocodeium",
|
||||||
event = "InsertEnter",
|
-- event = "InsertEnter",
|
||||||
config = function()
|
-- config = function()
|
||||||
local neocodeium = require("neocodeium")
|
-- local neocodeium = require("neocodeium")
|
||||||
neocodeium.setup()
|
-- neocodeium.setup()
|
||||||
vim.keymap.set("i", "<leader><tab>", neocodeium.accept)
|
-- vim.keymap.set("i", "<leader><tab>", neocodeium.accept)
|
||||||
vim.keymap.set("i", "<leader>a", function () neocodeium.cycle_or_complete(1) end)
|
-- vim.keymap.set("i", "<leader>a", function () neocodeium.cycle_or_complete(1) end)
|
||||||
end,
|
-- end,
|
||||||
}
|
-- }
|
||||||
|
|
|
@ -35,18 +35,18 @@ in {
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
systemd.services.fprintd = {
|
# systemd.services.fprintd = {
|
||||||
wantedBy = [ "multi-user.target" ];
|
# wantedBy = [ "multi-user.target" ];
|
||||||
serviceConfig.Type = "simple";
|
# serviceConfig.Type = "simple";
|
||||||
};
|
# };
|
||||||
services.fprintd = {
|
# services.fprintd = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
tod = {
|
# tod = {
|
||||||
enable = true;
|
# enable = true;
|
||||||
driver = pkgs.libfprint-2-tod1-broadcom;
|
# driver = pkgs.libfprint-2-tod1-broadcom;
|
||||||
};
|
# };
|
||||||
};
|
# };
|
||||||
security.pam.services.sudo.fprintAuth = true;
|
# security.pam.services.sudo.fprintAuth = true;
|
||||||
|
|
||||||
# virtualisation
|
# virtualisation
|
||||||
virtualisation.libvirtd.enable = true;
|
virtualisation.libvirtd.enable = true;
|
||||||
|
|
Loading…
Reference in New Issue