mirror of
https://git.sr.ht/~rouven/nixos-config
synced 2025-04-25 16:08:30 +02:00
enabled x32edit and java
This commit is contained in:
parent
9040932b20
commit
40d7f3a05c
3 changed files with 50 additions and 3 deletions
|
@ -30,9 +30,7 @@
|
|||
console = {
|
||||
keyMap = "dvorak";
|
||||
font = "Lat2-Terminus16";
|
||||
colors =
|
||||
let colors = config.home-manager.users.rouven.colorScheme.colors;
|
||||
in
|
||||
colors = let colors = config.home-manager.users.rouven.colorScheme.colors; in
|
||||
[
|
||||
colors.base00
|
||||
colors.base08
|
||||
|
@ -154,6 +152,7 @@
|
|||
nvme-cli
|
||||
intel-gpu-tools
|
||||
];
|
||||
programs.java.enable = true;
|
||||
|
||||
system.stateVersion = "22.11";
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue