install solaar for use on yukari
This commit is contained in:
parent
183db10312
commit
75a38fab65
17 changed files with 21 additions and 302 deletions
|
@ -1,24 +0,0 @@
|
|||
{ pkgs, ... }:
|
||||
{
|
||||
programs.neovim = {
|
||||
enable = true;
|
||||
extraPackages = with pkgs; [
|
||||
# LazyVim
|
||||
lua-language-server
|
||||
stylua
|
||||
# Telescope
|
||||
ripgrep
|
||||
];
|
||||
|
||||
plugins = with pkgs.vimPlugins; [
|
||||
lazy-nvim
|
||||
];
|
||||
};
|
||||
|
||||
home.sessionVariables.EDITOR = "nvim";
|
||||
|
||||
xdg.configFile."nvim/init.lua".source = ../../../dotfiles/nvim/init.lua;
|
||||
xdg.configFile."nvim/stylua.toml".source = ../../../dotfiles/nvim/stylua.toml;
|
||||
xdg.configFile."nvim/.neoconf.json".source = ../../../dotfiles/nvim/.neoconf.json;
|
||||
xdg.configFile."nvim/lua".source = ../../../dotfiles/nvim/lua;
|
||||
}
|
|
@ -1,6 +1,5 @@
|
|||
# yukari my main desktop workstation, running nixos
|
||||
{ ... }:
|
||||
{
|
||||
{ pkgs, ... }: {
|
||||
imports = [
|
||||
./global.nix
|
||||
./global.linux.nix
|
||||
|
@ -8,10 +7,13 @@
|
|||
./features/desktop/games
|
||||
];
|
||||
|
||||
# Install Solaar, a management application for Logitech dongle devices
|
||||
home.packages = with pkgs; [ solaar ];
|
||||
|
||||
# ---------- ------
|
||||
# | HDMI-A-5 | | DP-5 |
|
||||
# ---------- ------
|
||||
config.monitors = [
|
||||
monitors = [
|
||||
{
|
||||
name = "HDMI-A-1";
|
||||
width = 3440;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue