Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9b23e119e5 | |||
| ab0ef53ec0 |
+297
-297
File diff suppressed because it is too large
Load Diff
@@ -2907,7 +2907,7 @@ This is mostly about configuring the monitor. And laptop specific utilities.
|
||||
* Copy Files 2 homefolder
|
||||
This makes sure all ./assets/copy_stuff ends up in the right folder
|
||||
#+begin_src nix :tangle home/copy_stuff.nix :noweb tangle :mkdirp yes.
|
||||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, flakeRoot ... }:
|
||||
{
|
||||
home.packages = [ pkgs.bash ];
|
||||
home.activation = {
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
{ config, pkgs, lib, ... }:
|
||||
{ config, pkgs, lib, flakeRoot ... }:
|
||||
{
|
||||
home.packages = [ pkgs.bash ];
|
||||
home.activation = {
|
||||
|
||||
Reference in New Issue
Block a user