mirror of
https://codeberg.org/leana8959/.files.git
synced 2026-02-01 14:39:39 +00:00
Compare commits
3 commits
17746c4d13
...
adfaa92587
| Author | SHA1 | Date | |
|---|---|---|---|
| adfaa92587 | |||
| a6ce6d4f0b | |||
| bd6f4c62b4 |
2 changed files with 12 additions and 5 deletions
|
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
home.file = {
|
home.file = {
|
||||||
".xscreensaver".source = "${./xscreensaver/.xscreensaver}";
|
".xscreensaver".source = "${./xscreensaver/.xscreensaver}";
|
||||||
".wallpaper".source = "${pkgs.wallpapers.packages.serial_experiments_lain.lain_red_bg}";
|
".wallpaper".source = "${pkgs.wallpapers.packages.knights_of_guinevere.fixing_gwen}";
|
||||||
};
|
};
|
||||||
xdg.configFile = {
|
xdg.configFile = {
|
||||||
"xmonad".source = "${./xmonad}";
|
"xmonad".source = "${./xmonad}";
|
||||||
|
|
|
||||||
|
|
@ -2,7 +2,7 @@
|
||||||
{
|
{
|
||||||
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
# https://en.wikipedia.org/wiki/List_of_tz_database_time_zones
|
||||||
# `timedatectl list-timezones`
|
# `timedatectl list-timezones`
|
||||||
time.timeZone = "Asia/Taipei";
|
time.timeZone = "Europe/Paris";
|
||||||
|
|
||||||
i18n = {
|
i18n = {
|
||||||
defaultLocale = "en_US.UTF-8";
|
defaultLocale = "en_US.UTF-8";
|
||||||
|
|
@ -33,11 +33,18 @@
|
||||||
# - evolution add event becomes hard to use
|
# - evolution add event becomes hard to use
|
||||||
# https://gitlab.gnome.org/GNOME/evolution/-/issues/3120
|
# https://gitlab.gnome.org/GNOME/evolution/-/issues/3120
|
||||||
genLocale "fr_FR.UTF-8" [
|
genLocale "fr_FR.UTF-8" [
|
||||||
|
"LC_CTYPE"
|
||||||
|
"LC_NUMERIC"
|
||||||
"LC_TIME"
|
"LC_TIME"
|
||||||
]
|
"LC_COLLATE"
|
||||||
// genLocale "zh_TW.UTF-8" [
|
|
||||||
"LC_MONETARY"
|
"LC_MONETARY"
|
||||||
|
"LC_MESSAGES"
|
||||||
|
"LC_PAPER"
|
||||||
|
"LC_NAME"
|
||||||
"LC_ADDRESS"
|
"LC_ADDRESS"
|
||||||
|
"LC_TELEPHONE"
|
||||||
|
"LC_MEASUREMENT"
|
||||||
|
"LC_IDENTIFICATION"
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -48,6 +55,6 @@
|
||||||
# https://wireless.docs.kernel.org/en/latest/en/developers/regulatory.html#the-ieee80211-regdom-module-parameter
|
# https://wireless.docs.kernel.org/en/latest/en/developers/regulatory.html#the-ieee80211-regdom-module-parameter
|
||||||
hardware.wirelessRegulatoryDatabase = true;
|
hardware.wirelessRegulatoryDatabase = true;
|
||||||
boot.extraModprobeConfig = ''
|
boot.extraModprobeConfig = ''
|
||||||
options cfg80211 ieee80211_regdom="TW"
|
options cfg80211 ieee80211_regdom="FR"
|
||||||
'';
|
'';
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue