mirror of
https://github.com/tomasriveral/nixos.git
synced 2026-08-12 10:30:44 +02:00
Miscellanious stuff
This commit is contained in:
@@ -234,6 +234,7 @@
|
|||||||
manix
|
manix
|
||||||
deadnix
|
deadnix
|
||||||
alejandra
|
alejandra
|
||||||
|
cling # c interpreter used for coding
|
||||||
# libs or apps for quickshell
|
# libs or apps for quickshell
|
||||||
libsForQt5.qt5.qtgraphicaleffects
|
libsForQt5.qt5.qtgraphicaleffects
|
||||||
mprisence
|
mprisence
|
||||||
|
|||||||
@@ -12,8 +12,8 @@ in {
|
|||||||
#hint Electron apps to use on wayland;
|
#hint Electron apps to use on wayland;
|
||||||
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
home.sessionVariables.NIXOS_OZONE_WL = "1";
|
||||||
wayland.windowManager.hyprland.plugins = [
|
wayland.windowManager.hyprland.plugins = [
|
||||||
#pkgs-unstable.hyprlandPlugins.hyprspace # currently broken
|
pkgs.hyprlandPlugins.hyprspace # currently broken
|
||||||
#pkgs-unstable.hyprlandPlugins.hypr-dynamic-cursors # currently broken
|
pkgs.hyprlandPlugins.hypr-dynamic-cursors # currently broken
|
||||||
];
|
];
|
||||||
wayland.windowManager.hyprland.settings = {
|
wayland.windowManager.hyprland.settings = {
|
||||||
"$mod" = "SUPER";
|
"$mod" = "SUPER";
|
||||||
|
|||||||
@@ -6,7 +6,7 @@
|
|||||||
}: {
|
}: {
|
||||||
programs.neovim = {
|
programs.neovim = {
|
||||||
enable = true;
|
enable = true;
|
||||||
vimAlias = true;
|
vimAlias = false;
|
||||||
viAlias = true;
|
viAlias = true;
|
||||||
package = pkgs-unstable.neovim-unwrapped; # for some reason you must use the unwrapped version
|
package = pkgs-unstable.neovim-unwrapped; # for some reason you must use the unwrapped version
|
||||||
plugins = [
|
plugins = [
|
||||||
|
|||||||
@@ -4,7 +4,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
settings = {
|
settings = {
|
||||||
# Core animation
|
# Core animation
|
||||||
animation = "gameoflife"; # none or doom or matrix or gameoflife or a dur file
|
animation = "none"; # none or doom or matrix or gameoflife or a dur file
|
||||||
# Ly supports 24-bit true color with styling, which means each color is a 32-bit value.
|
# Ly supports 24-bit true color with styling, which means each color is a 32-bit value.
|
||||||
# The format is 0xSSRRGGBB, where SS is the styling, RR is red, GG is green, and BB is blue.
|
# The format is 0xSSRRGGBB, where SS is the styling, RR is red, GG is green, and BB is blue.
|
||||||
# Here are the possible styling options:
|
# Here are the possible styling options:
|
||||||
|
|||||||
Reference in New Issue
Block a user