formatting

This commit is contained in:
Melvin Ragusa
2026-02-02 10:38:59 +01:00
parent 42180ba7df
commit 01058ee515
2 changed files with 1 additions and 11 deletions

View File

@@ -99,7 +99,6 @@
programs.yazi.enable = true; programs.yazi.enable = true;
programs.firefox.enable = true; programs.firefox.enable = true;
programs.niri.enable = true; programs.niri.enable = true;
programs.zsh.enable = true; programs.zsh.enable = true;
users.users.pinj.shell = pkgs.zsh; users.users.pinj.shell = pkgs.zsh;
@@ -136,14 +135,6 @@
fonts.fontconfig.enable = true; fonts.fontconfig.enable = true;
# Some programs need SUID wrappers, can be configured further or are
# started in user sessions.
# programs.mtr.enable = true;
# programs.gnupg.agent = {
# enable = true;
# enableSSHSupport = true;
# };
# List services that you want to enable: # List services that you want to enable:
services.openssh.enable = true; services.openssh.enable = true;
services.tailscale.enable = true; services.tailscale.enable = true;
@@ -160,6 +151,6 @@
# this value at the release version of the first install of this system. # this value at the release version of the first install of this system.
# Before changing this value read the documentation for this option # Before changing this value read the documentation for this option
# (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html).
system.stateVersion = "25.11"; # Did you read the comment? system.stateVersion = "25.11";
} }

View File

@@ -1,4 +1,3 @@
#flake.nix
{ {
description = "atlas - NixOS Config for Desktop"; description = "atlas - NixOS Config for Desktop";