| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
The path was incorrectly set up.
|
|
|
|
|
| |
At least the correct configuration is put on disk and the startup script
is correct.
|
|
|
|
|
| |
There's a few things missing (my binaries for the wifi and battery, at a
minimum), but that's fine for now.
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
Add alacritty and use rofi for the menu.
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
I'm still struggling with documentation, and I'd rather have something
simple that works rather than smart and does not work.
The configuration for the host imports the modules that are relevant to
that host (in the case of carmel, desktop and systems).
For the home-manager, I create a profile "desktop" that contains stuff
related to a desktop (i3, etc), and it includes the module "common" that
contains stuff that I want on any machines (so that in the future, for
a machine that is a server, the home manager will only import "common").
|
| |
|
|
|
|
|
| |
Let's first configure the xserver in the desktop module, then we can
have a configuration for i3 in the home-manager.
|
|
|