libredirect

This commit is contained in:
Till 2024-01-08 18:29:32 +01:00
parent aa5cb5db83
commit d0756a68f0
4 changed files with 11 additions and 12 deletions

18
flake.lock generated
View file

@ -7,11 +7,11 @@
]
},
"locked": {
"lastModified": 1702814335,
"narHash": "sha256-Qck7BAMi3eydzT1WFOzp/SgECetyPpOn1dLgmxH2ebQ=",
"lastModified": 1704498488,
"narHash": "sha256-yINKdShHrtjdiJhov+q0s3Y3B830ujRoSbHduUNyKag=",
"owner": "nix-community",
"repo": "home-manager",
"rev": "e4dba0bd01956170667458be7b45f68170a63651",
"rev": "51e44a13acea71b36245e8bd8c7db53e0a3e61ee",
"type": "github"
},
"original": {
@ -22,11 +22,11 @@
},
"nixpkgs": {
"locked": {
"lastModified": 1702780907,
"narHash": "sha256-blbrBBXjjZt6OKTcYX1jpe9SRof2P9ZYWPzq22tzXAA=",
"lastModified": 1704420045,
"narHash": "sha256-C36QmoJd5tdQ5R9MC1jM7fBkZW9zBUqbUCsgwS6j4QU=",
"owner": "NixOS",
"repo": "nixpkgs",
"rev": "1e2e384c5b7c50dbf8e9c441a9e58d85f408b01f",
"rev": "c1be43e8e837b8dbee2b3665a007e761680f0c3d",
"type": "github"
},
"original": {
@ -38,11 +38,11 @@
},
"nur": {
"locked": {
"lastModified": 1702902799,
"narHash": "sha256-KNTIeQ6gDVoX3QSW0tWgCVjvmJ3JO+FT8XwRxL9dZN0=",
"lastModified": 1704710672,
"narHash": "sha256-4lkd1XPxxr00kz+DXY0il6TG0pvK5Go3xkgISX1Gnks=",
"owner": "nix-community",
"repo": "nur",
"rev": "4561fa27240f2b30aeb1bfdc27162a32b77b0b8d",
"rev": "6b35830e8b50fd1c6cf096f74a76cb9c5e0793cc",
"type": "github"
},
"original": {

View file

@ -48,6 +48,7 @@
ublock-origin
linkhints
keepassxc-browser
libredirect
];
search = {
force = true;

View file

@ -3,12 +3,11 @@
{
users.users.alt = {
isNormalUser = true;
group = "users";
description = "Alt";
extraGroups = [
"networkmanager"
];
shell = pkgs.fish;
};
services.xserver.displayManager.gdm.settings.greeter.IncludeAll = false;
services.xserver.displayManager.gdm.settings.greeter.Exclude = "alt";
}

View file

@ -95,7 +95,6 @@
};
services.udev.packages = [ pkgs.yubikey-personalization ];
virtualisation.libvirtd.enable = true;
programs.dconf.enable = true;