run deadnix

This commit is contained in:
insects 2024-08-21 14:29:24 +02:00
parent b0e9c6d3dd
commit 61086f393a
16 changed files with 14 additions and 16 deletions

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
programs.fish = {
enable = true;

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }:
{ pkgs, ... }:
{
programs.neovim = {

View file

@ -1,4 +1,4 @@
{ inputs, config, pkgs, ... }: {
{ pkgs, ... }: {
home.packages = with pkgs; [
fira
];

View file

@ -1,4 +1,4 @@
{ imports, config, pkgs, ... }: {
{ pkgs, ... }: {
fontProfiles = {
enable = true;
monospace = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, inputs, lib, ... }: {
{ ... }: {
gtk = {
enable = true;
};

View file

@ -1,4 +1,4 @@
{ config, lib, pkgs, ... }: {
{ config, lib, ... }: {
programs.wofi = {
enable = true;
settings = {

View file

@ -1,4 +1,4 @@
{ config, pkgs, lib, ... }: {
{ pkgs, ... }: {
home.packages = with pkgs; [
python3 # needed for installing node.js
];

View file

@ -1,4 +1,4 @@
{ lib, config, inputs, pkgs, ... }:
{ lib, config, pkgs, ... }:
{
imports = [
../../common/desktop

View file

@ -1,5 +1,5 @@
# enoko is my framework 13-inch AMD laptop, running nixos
{ inputs, lib, pkgs, ... }: {
{ ... }: {
imports = [
./global.nix
./common/desktop

View file

@ -1,5 +1,5 @@
# yukari my main desktop workstation, running nixos
{ pkgs, ... }: {
{ ... }: {
imports = [
./global.nix
./desktop/hyprland