neovim update, deadnix code cleanup

This commit is contained in:
ISnortPennies 2023-02-07 22:55:32 -05:00
parent 73edf49559
commit 671344992f
10 changed files with 18 additions and 53 deletions

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{
environment.etc = {
"issue" = {
text = "[?12l[?25h";

View file

@ -1,8 +1,4 @@
{
pkgs,
inputs,
...
}: {
{pkgs, ...}: {
environment.systemPackages = with pkgs; [
heroic
legendary-gl

View file

@ -1,4 +1,4 @@
{pkgs, ...}: {
{
hardware.nvidia = {
prime = {
offload.enable = true;

View file

@ -1,8 +1,4 @@
{
pkgs,
lib,
...
}: rec {
{pkgs, ...}: rec {
environment = {
systemPackages = with pkgs; [
dash