Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | font: switch to Roboto for system font and JetBrain for monospace | Franck Cuny | 2023-05-28 | 1 | -17/+11 |
| | |||||
* | profiles: clean up the imports | Franck Cuny | 2023-05-08 | 1 | -2/+0 |
| | | | | The hosts should be explicit about what to import. | ||||
* | profiles/xps9300: add more settings | Franck Cuny | 2023-05-06 | 1 | -0/+2 |
| | | | | Coming from https://github.com/NixOS/nixos-hardware/blob/51559e691f1493a26f94f1df1aaf516bb507e78b/dell/xps/13-9300/default.nix | ||||
* | profiles/workstation: move sway to the workstation profile | Franck Cuny | 2023-05-06 | 1 | -0/+23 |
| | |||||
* | profiles: consolidates common networking bits | Franck Cuny | 2023-05-02 | 1 | -0/+5 |
| | | | | This remove ssh on workstations. I also drop mosh since I don't use it. | ||||
* | profiles: move things around for btrfs | Franck Cuny | 2023-05-02 | 1 | -0/+1 |
| | |||||
* | profiles/default: more consolidation | Franck Cuny | 2023-05-02 | 1 | -0/+1 |
| | |||||
* | profiles/workstation: add font configurations | Franck Cuny | 2023-05-02 | 1 | -0/+31 |
| | |||||
* | profiles: create default and server | Franck Cuny | 2023-05-02 | 1 | -0/+4 |
| | | | | | | | | | | The NAS and the router are "servers", and we create a base profile for them. We add a default profile that will set things that are common to all my hosts, and we start with the locales. Update tahoe/carmel to use the server profile. | ||||
* | profiles/workstation: consolidate sound related configurations | Franck Cuny | 2023-05-02 | 1 | -0/+24 |
| | |||||
* | profiles/workstation: moved more things around | Franck Cuny | 2023-05-01 | 1 | -0/+18 |
| | |||||
* | profiles/workstation: reduce the number of moving parts | Franck Cuny | 2023-05-01 | 1 | -0/+6 |
There's too many moving parts and layers of abstractions, for no benefits: I only have to manage 3-4 machines. Going to create profiles, move things there, and stop with the `enable` pattern. |