pinwheel: Remove with in home.nix
This commit is contained in:
@@ -10,9 +10,9 @@
|
|||||||
home.username = "alex";
|
home.username = "alex";
|
||||||
home.homeDirectory = "/home/alex";
|
home.homeDirectory = "/home/alex";
|
||||||
|
|
||||||
home.packages = with pkgs; [
|
home.packages = [
|
||||||
tig
|
pkgs.tig
|
||||||
onlyoffice-bin
|
pkgs.onlyoffice-bin
|
||||||
];
|
];
|
||||||
|
|
||||||
home.stateVersion = "23.05";
|
home.stateVersion = "23.05";
|
||||||
|
|||||||
Reference in New Issue
Block a user