On deck
This commit is contained in:
parent
5337459609
commit
6f643a1858
61
flake.nix
61
flake.nix
|
@ -563,42 +563,31 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
# TODO: homeconfigs?
|
homeConfigurations = {
|
||||||
# homeConfigurations = {
|
"deck" = let
|
||||||
# # TODO: non-system-specific home configurations?
|
system = "x86_64-linux";
|
||||||
# "deck" = let
|
in
|
||||||
# system = "x86_64-linux";
|
home-manager.lib.homeManagerConfiguration {
|
||||||
# in
|
pkgs = pkgsFor system;
|
||||||
# home-manager.lib.homeManagerConfiguration {
|
modules = with homeManagerModules; [
|
||||||
# pkgs = pkgsFor system;
|
common
|
||||||
# extraSpecialArgs = moduleArgs;
|
{
|
||||||
# modules = with homeManagerModules; [
|
home = {
|
||||||
# common
|
homeDirectory = "/home/deck";
|
||||||
# {
|
username = "deck";
|
||||||
# home.homeDirectory = "/home/deck";
|
stateVersion = "24.05";
|
||||||
# home.username = "deck";
|
};
|
||||||
# home.stateVersion = "24.05";
|
}
|
||||||
# }
|
{
|
||||||
# linux
|
home.packages = with pkgs; [
|
||||||
# ];
|
ludusavi
|
||||||
# };
|
rclone
|
||||||
# workm1 = let
|
];
|
||||||
# system = "aarch64-darwin";
|
}
|
||||||
# in
|
linux
|
||||||
# home-manager.lib.homeManagerConfiguration {
|
];
|
||||||
# pkgs = pkgsFor system;
|
};
|
||||||
# extraSpecialArgs = moduleArgs;
|
};
|
||||||
# modules = with homeManagerModules; [
|
|
||||||
# common
|
|
||||||
# {
|
|
||||||
# home.homeDirectory = "/Users/daniel.flanagan";
|
|
||||||
# home.username = "daniel.flanagan";
|
|
||||||
# home.stateVersion = "24.05";
|
|
||||||
# }
|
|
||||||
# macos
|
|
||||||
# ];
|
|
||||||
# };
|
|
||||||
# };
|
|
||||||
|
|
||||||
# TODO: nix-on-droid for phone terminal usage?
|
# TODO: nix-on-droid for phone terminal usage?
|
||||||
# TODO: nix-darwin for work?
|
# TODO: nix-darwin for work?
|
||||||
|
|
|
@ -566,6 +566,10 @@
|
||||||
imports = with nixosModules; [
|
imports = with nixosModules; [
|
||||||
lutris
|
lutris
|
||||||
steam
|
steam
|
||||||
|
|
||||||
|
ludusavi
|
||||||
|
# ludusavi uses rclone
|
||||||
|
rclone
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue