mirror of
https://github.com/girlbossceo/nixos-config.git
synced 2025-04-29 05:59:26 -04:00
fix trolley tabs
Signed-off-by: June Clementine Strawberry <strawberry@puppygock.gay>
This commit is contained in:
parent
d8453cf238
commit
d6b9d87ef1
4 changed files with 58 additions and 48 deletions
4
.editorconfig
Normal file
4
.editorconfig
Normal file
|
@ -0,0 +1,4 @@
|
|||
root = true
|
||||
|
||||
[*.nix]
|
||||
indent_size = 2
|
|
@ -1,3 +1,5 @@
|
|||
# vim:tabstop=2:shiftwidth=2
|
||||
|
||||
# Edit this configuration file to define what should be installed on
|
||||
# your system. Help is available in the configuration.nix(5) man page
|
||||
# and in the NixOS manual (accessible by running ‘nixos-help’).
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# vim:tabstop=2:shiftwidth=2
|
||||
|
||||
{
|
||||
inputs = {
|
||||
nixpkgs.url = "github:NixOS/nixpkgs/nixos-unstable";
|
||||
|
|
|
@ -1,3 +1,5 @@
|
|||
# vim:tabstop=2:shiftwidth=2
|
||||
|
||||
# Do not modify this file! It was generated by ‘nixos-generate-config’
|
||||
# and may be overwritten by future invocations. Please make changes
|
||||
# to /etc/nixos/configuration.nix instead.
|
||||
|
|
Loading…
Add table
Reference in a new issue