zenix: update, rm cosmic
This commit is contained in:
parent
2219fb8619
commit
3c0e9c18de
9 changed files with 52 additions and 74 deletions
|
|
@ -1,13 +1,11 @@
|
|||
# https://search.nixos.org/options
|
||||
{
|
||||
inputs,
|
||||
config,
|
||||
pkgs,
|
||||
lib,
|
||||
user,
|
||||
...
|
||||
}: let
|
||||
user = config.user;
|
||||
in {
|
||||
}: {
|
||||
nix = {
|
||||
settings = {
|
||||
experimental-features = ["nix-command" "flakes" "pipe-operators"];
|
||||
|
|
@ -98,6 +96,7 @@ in {
|
|||
nix-tree
|
||||
comma
|
||||
jq
|
||||
bat
|
||||
];
|
||||
|
||||
boot.kernel.sysctl = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue