asahi: basic packages/plan

This commit is contained in:
2024-01-29 23:10:03 -05:00
parent 46fd395753
commit 741c033e01

View File

@@ -18,24 +18,15 @@
# The home.packages option allows you to install Nix packages into your
# environment.
home.packages = [
# # Adds the 'hello' command to your environment. It prints a friendly
# # "Hello, world!" when run.
# pkgs.hello
# # It is sometimes useful to fine-tune packages, for example, by applying
# # overrides. You can do that directly here, just don't forget the
# # parentheses. Maybe you want to install Nerd Fonts with a limited number of
# # fonts?
# (pkgs.nerdfonts.override { fonts = [ "FantasqueSansMono" ]; })
# # You can also create simple shell scripts directly inside your
# # configuration. For example, this adds a command 'my-hello' to your
# # environment:
# (pkgs.writeShellScriptBin "my-hello" ''
# echo "Hello, ${config.home.username}!"
# '')
me-emacs
armcord
# TODO: Make home-manager module for loading x86_64 apps and automatically
# wrapping them in box64-asahi (page size change, like in Fedora repo)
# as well as, with override option, to enable support for box86/wine
];
services.nextcloud-client.enable;
# Home Manager is pretty good at managing dotfiles. The primary way to manage
# plain files is through 'home.file'.
home.file = {
@@ -63,7 +54,7 @@
# /etc/profiles/per-user/universelaptop/etc/profile.d/hm-session-vars.sh
#
home.sessionVariables = {
# EDITOR = "emacs";
EDITOR = "emacs";
};
# Let Home Manager install and manage itself.