chore: fmt, renames

main
Ari Gato 2024-05-07 00:19:20 +02:00
parent 271a372056
commit 85d9d23582
3 changed files with 15 additions and 18 deletions

View File

@ -35,7 +35,8 @@
};
nixos-hardware.url = "github:NixOS/nixos-hardware/master";
lix = {
url = "git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";
url =
"git+https://git@git.lix.systems/lix-project/lix?ref=refs/tags/2.90-beta.1";
flake = false;
};
lix-module = {

View File

@ -84,12 +84,9 @@ in {
else
[ ]);
trusted-substituters = config.nix.settings.substituters;
extra-substituters = [
"https://cache.lix.systems"
];
trusted-public-keys = [
"cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o="
];
extra-substituters = [ "https://cache.lix.systems" ];
trusted-public-keys =
[ "cache.lix.systems:aBnZUw8zA7H35Cz2RyKFVs3H4PlGTLawyY5KRbvJR8o=" ];
};
};
nixpkgs.config.allowUnfree = true;

View File

@ -82,22 +82,21 @@ in {
services.xserver = {
enable = true;
xkb.layout = "pl";
xkb.options = "ctrl:nocaps";
libinput.enable = true;
};
services.libinput.enable = true;
services.displayManager = {
sddm = {
enable = lib.mkDefault true;
wayland.enable = true;
settings.Wayland.SessionDir =
"/run/current-system/sw/share/wayland-sessions";
settings.X11.SessionDir = lib.mkForce "";
};
defaultSession = "plasma";
sddm = {
enable = lib.mkDefault true;
wayland.enable = true;
settings.Wayland.SessionDir =
"/run/current-system/sw/share/wayland-sessions";
settings.X11.SessionDir = lib.mkForce "";
};
defaultSession = "plasma";
};
boot = {
loader.timeout = 0;
@ -187,7 +186,7 @@ in {
kate
keybase-gui
kolourpaint
nixfmt
nixfmt-classic
okular
paprefs
pavucontrol