diff options
| author | Skullheadx <admonty1@protonmail.com> | 2026-04-28 22:15:33 -0400 |
|---|---|---|
| committer | Skullheadx <admonty1@protonmail.com> | 2026-04-28 22:15:33 -0400 |
| commit | 0626ae5d2d23f7a971af9c30fb8319fa422fb229 (patch) | |
| tree | 0da552d42dea2900e249509071c037286ed46d82 /configuration.nix | |
| parent | slstatus overlay (diff) | |
| download | nixos-0626ae5d2d23f7a971af9c30fb8319fa422fb229.tar.gz nixos-0626ae5d2d23f7a971af9c30fb8319fa422fb229.tar.bz2 nixos-0626ae5d2d23f7a971af9c30fb8319fa422fb229.zip | |
surf
Diffstat (limited to 'configuration.nix')
| -rw-r--r-- | configuration.nix | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/configuration.nix b/configuration.nix index 6052f28..a41a6e9 100644 --- a/configuration.nix +++ b/configuration.nix @@ -1,4 +1,9 @@ -{ config, pkgs, inputs, ... }: +{ + config, + pkgs, + inputs, + ... +}: { imports = [ ./hardware-configuration.nix @@ -48,7 +53,6 @@ neovim wget git - librewolf nixfmt st dmenu @@ -61,7 +65,8 @@ xclip xdotool gcc -slstatus + slstatus + surf ]; programs.git = { |
