From f578e918ee22abd7d051b3eb86f254adb2c4ee28 Mon Sep 17 00:00:00 2001 From: xnm Date: Tue, 12 Mar 2024 21:45:17 +0200 Subject: [PATCH] configs fix & update --- README.md | 4 ++-- home/.cargo/.crates.toml | 1 - home/.config/hypr/hyprland.conf | 7 ------- nixos/internationalisation.nix | 4 ++-- nixos/linux-kernel.nix | 2 +- 5 files changed, 5 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 7f5e291..68c4e79 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ ![nixos](https://img.shields.io/badge/NixOS-24273A.svg?style=flat&logo=nixos&logoColor=CAD3F5) ![nixpkgs](https://img.shields.io/badge/nixpkgs-unstable-informational.svg?style=flat&logo=nixos&logoColor=CAD3F5&colorA=24273A&colorB=8aadf4) -![linux kernel](https://img.shields.io/badge/kernel-liquorix-informational.svg?style=flat&logo=linux&logoColor=f4dbd6&colorA=24273A&colorB=b7bdf8) +![linux kernel](https://img.shields.io/badge/kernel-zen-informational.svg?style=flat&logo=linux&logoColor=f4dbd6&colorA=24273A&colorB=b7bdf8) ![hyprland](https://img.shields.io/badge/hyprland-stable-informational.svg?style=flat&logo=wayland&logoColor=eed49f&colorA=24273A&colorB=91d7e3) ![rust](https://img.shields.io/badge/rust-nightly-informational.svg?style=flat&logo=rust&logoColor=f5a97f&colorA=24273A&colorB=f5a97f) @@ -61,7 +61,7 @@ The showcased images do not reflect the latest version of the system's appearanc | Component | Version/Name | |-----------------------|-----------------------------| | Distro | NixOS | -| Kernel | Liquorix | +| Kernel | Zen | | Shell | Fish | | Display Server | Wayland | | WM (Compositor) | Hyprland | diff --git a/home/.cargo/.crates.toml b/home/.cargo/.crates.toml index a050018..7579f62 100644 --- a/home/.cargo/.crates.toml +++ b/home/.cargo/.crates.toml @@ -4,4 +4,3 @@ "contracts-node 0.35.0 (registry+https://github.com/rust-lang/crates.io-index)" = ["substrate-contracts-node"] "dylint-link 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = ["dylint-link"] "ink-lsp-server 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = ["ink-lsp-server"] -"spacetimedb-cli 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = ["spacetime"] diff --git a/home/.config/hypr/hyprland.conf b/home/.config/hypr/hyprland.conf index a519331..4282b2e 100644 --- a/home/.config/hypr/hyprland.conf +++ b/home/.config/hypr/hyprland.conf @@ -1,10 +1,3 @@ - -######################################################################################## -AUTOGENERATED HYPR CONFIG. -PLEASE USE THE CONFIG PROVIDED IN THE GIT REPO /examples/hypr.conf AND EDIT IT, -OR EDIT THIS ONE ACCORDING TO THE WIKI INSTRUCTIONS. -######################################################################################## - # # Please note not all available settings / options are set here. # For a full list, see the wiki diff --git a/nixos/internationalisation.nix b/nixos/internationalisation.nix index 479dab5..07db5bf 100644 --- a/nixos/internationalisation.nix +++ b/nixos/internationalisation.nix @@ -3,8 +3,8 @@ { # Select internationalisation properties. services.xserver = { - layout = "us,ua,ru"; - xkbOptions = "grp:alt_shift_toggle"; + xkb.layout = "us,ua,ru"; + xkb.options = "grp:alt_shift_toggle"; }; i18n.supportedLocales = [ diff --git a/nixos/linux-kernel.nix b/nixos/linux-kernel.nix index 2fb8aa4..d166cc7 100644 --- a/nixos/linux-kernel.nix +++ b/nixos/linux-kernel.nix @@ -2,7 +2,7 @@ { # Linux Kernel - boot.kernelPackages = pkgs.linuxKernel.packages.linux_lqx; + boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen; boot.kernelParams = [ "quiet" "fbcon=nodefer"