formatting

This commit is contained in:
Osman Faruk Bayram 2025-02-18 22:35:45 +03:00
parent 536b4f8449
commit c2d3cd7274
4 changed files with 8 additions and 9 deletions

View file

@ -1,7 +1,4 @@
{ {config, ...}: {
config,
...
}: {
imports = [ imports = [
./tmux ./tmux
./git.nix ./git.nix

View file

@ -1,6 +1,9 @@
{ config, lib, pkgs, ... }:
{ {
config,
lib,
pkgs,
...
}: {
# user.userName = lib.mkForce "osbm"; # fuck i hate unmaintained projects # user.userName = lib.mkForce "osbm"; # fuck i hate unmaintained projects
environment.packages = with pkgs; [ environment.packages = with pkgs; [
vim # or some other editor, e.g. nano or neovim vim # or some other editor, e.g. nano or neovim

View file

@ -38,7 +38,6 @@
inherit config pkgs; inherit config pkgs;
}; };
# Enable networking # Enable networking
networking.networkmanager.enable = true; networking.networkmanager.enable = true;