mirror of
https://github.com/XNM1/linux-nixos-hyprland-config-dotfiles.git
synced 2025-09-15 09:45:58 +03:00
configs fix & update
This commit is contained in:
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||

|

|
||||||
|
|
||||||
@@ -61,7 +61,7 @@ The showcased images do not reflect the latest version of the system's appearanc
|
|||||||
| Component | Version/Name |
|
| Component | Version/Name |
|
||||||
|-----------------------|-----------------------------|
|
|-----------------------|-----------------------------|
|
||||||
| Distro | NixOS |
|
| Distro | NixOS |
|
||||||
| Kernel | Liquorix |
|
| Kernel | Zen |
|
||||||
| Shell | Fish |
|
| Shell | Fish |
|
||||||
| Display Server | Wayland |
|
| Display Server | Wayland |
|
||||||
| WM (Compositor) | Hyprland |
|
| WM (Compositor) | Hyprland |
|
||||||
|
@@ -4,4 +4,3 @@
|
|||||||
"contracts-node 0.35.0 (registry+https://github.com/rust-lang/crates.io-index)" = ["substrate-contracts-node"]
|
"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"]
|
"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"]
|
"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"]
|
|
||||||
|
@@ -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.
|
# Please note not all available settings / options are set here.
|
||||||
# For a full list, see the wiki
|
# For a full list, see the wiki
|
||||||
|
@@ -3,8 +3,8 @@
|
|||||||
{
|
{
|
||||||
# Select internationalisation properties.
|
# Select internationalisation properties.
|
||||||
services.xserver = {
|
services.xserver = {
|
||||||
layout = "us,ua,ru";
|
xkb.layout = "us,ua,ru";
|
||||||
xkbOptions = "grp:alt_shift_toggle";
|
xkb.options = "grp:alt_shift_toggle";
|
||||||
};
|
};
|
||||||
|
|
||||||
i18n.supportedLocales = [
|
i18n.supportedLocales = [
|
||||||
|
@@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
# Linux Kernel
|
# Linux Kernel
|
||||||
boot.kernelPackages = pkgs.linuxKernel.packages.linux_lqx;
|
boot.kernelPackages = pkgs.linuxKernel.packages.linux_zen;
|
||||||
boot.kernelParams = [
|
boot.kernelParams = [
|
||||||
"quiet"
|
"quiet"
|
||||||
"fbcon=nodefer"
|
"fbcon=nodefer"
|
||||||
|
Reference in New Issue
Block a user