about summary refs log tree commit diff
path: root/profiles/workstation.nix (follow)
Commit message (Collapse)AuthorAgeFilesLines
* profiles: clean up the importsFranck Cuny2023-05-081-2/+0
| | | | The hosts should be explicit about what to import.
* profiles/xps9300: add more settingsFranck Cuny2023-05-061-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 profileFranck Cuny2023-05-061-0/+23
|
* profiles: consolidates common networking bitsFranck Cuny2023-05-021-0/+5
| | | | This remove ssh on workstations. I also drop mosh since I don't use it.
* profiles: move things around for btrfsFranck Cuny2023-05-021-0/+1
|
* profiles/default: more consolidationFranck Cuny2023-05-021-0/+1
|
* profiles/workstation: add font configurationsFranck Cuny2023-05-021-0/+31
|
* profiles: create default and serverFranck Cuny2023-05-021-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 configurationsFranck Cuny2023-05-021-0/+24
|
* profiles/workstation: moved more things aroundFranck Cuny2023-05-011-0/+18
|
* profiles/workstation: reduce the number of moving partsFranck Cuny2023-05-011-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.