add stuff
This commit is contained in:
parent
24bba3e309
commit
77a05afe4d
@ -35,7 +35,7 @@ footer: "Albert Vala, Filip Kohout, Nix flakes & Nix command"
|
||||
---
|
||||
# Porovnani
|
||||
```shell
|
||||
nix-shell -p cowsay nix shell nixpkgs#cowsay
|
||||
nix-shell -p cowsay | nix shell nixpkgs#cowsay
|
||||
```
|
||||
nix eval
|
||||
nix why-depends
|
||||
@ -86,4 +86,26 @@ nix why-depends
|
||||
};
|
||||
};
|
||||
}
|
||||
```
|
||||
```
|
||||
---
|
||||
```
|
||||
{
|
||||
zen-browser,
|
||||
config,
|
||||
pkgs,
|
||||
...
|
||||
}: {
|
||||
home.username = "nixFreak";
|
||||
home.homeDirectory = "/home/nixFreak";
|
||||
home.stateVersion = "24.05";
|
||||
home.packages = with pkgs;
|
||||
[
|
||||
cowsay
|
||||
]
|
||||
++ [
|
||||
zen-browser.packages."${system}".default
|
||||
];
|
||||
programs.home-manager.enable = true;
|
||||
}
|
||||
```
|
||||
---
|
||||
Loading…
Reference in New Issue
Block a user