sourcephile
/
git
/
julm
/
julm-nix.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
nix: update inputs
[julm/julm-nix.git]
/
home-manager
/
profiles
/
gaming.nix
diff --git
a/home-manager/profiles/gaming.nix
b/home-manager/profiles/gaming.nix
index d0e418686b706edaa2bf0b026a6a2695d0732b0c..6822779a6b4bb3a86bb69b9467f7b820d2d50bfe 100644
(file)
--- a/
home-manager/profiles/gaming.nix
+++ b/
home-manager/profiles/gaming.nix
@@
-1,6
+1,6
@@
-{ pkgs,
lib, config,
... }:
+{ pkgs, ... }:
{
-home.packages = [
- pkgs.freeciv_gtk
-];
+
home.packages = [
+
pkgs.freeciv_gtk
+
];
}