feat: nixos 20
This commit is contained in:
parent
63ba91ac97
commit
1a0058d027
9 changed files with 37 additions and 33 deletions
modules/applications
|
@ -10,6 +10,7 @@
|
|||
./memes.nix
|
||||
./alacritty.nix
|
||||
./rofi.nix
|
||||
./postgres.nix
|
||||
];
|
||||
}
|
||||
|
||||
|
|
|
@ -1,9 +1,9 @@
|
|||
{ ... }: {
|
||||
i18n = {
|
||||
consoleFont = "Lat2-Terminus16";
|
||||
consoleKeyMap = "us";
|
||||
defaultLocale = "en_US.UTF-8";
|
||||
};
|
||||
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
time.timeZone = "Europe/Bucharest";
|
||||
|
||||
console = {
|
||||
keyMap = "us";
|
||||
font = "Lat2-Terminus16";
|
||||
};
|
||||
}
|
||||
|
|
|
@ -21,7 +21,9 @@
|
|||
|
||||
# other stuff
|
||||
spectacle # take screenshots
|
||||
unstable.elementary-planner # project planner
|
||||
vlc # video player
|
||||
gimp # image editing
|
||||
korganizer # calendar
|
||||
akonadi
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue