This commit is contained in:
2024-07-17 18:58:38 +01:00
parent d1918481fe
commit 2f26d6eac4
2 changed files with 9 additions and 10 deletions
+5 -8
View File
@@ -46,7 +46,9 @@
i18n= { i18n= {
defaultLocale = "en_US.UTF-8"; defaultLocale = "en_US.UTF-8";
inputMethod = { inputMethod = {
enabled = "fcitx5"; #enabled = "fcitx5";
type = "fcitx5";
enable = true;
fcitx5 = { fcitx5 = {
# waylandFrontend = true; # waylandFrontend = true;
addons = with pkgs; [ addons = with pkgs; [
@@ -89,7 +91,7 @@
blueman.enable = true; blueman.enable = true;
printing.enable = true; # Enable CUPS to print documents. printing.enable = true; # Enable CUPS to print documents.
gvfs.enable = true; gvfs.enable = true;
auto-cpufreq.enable = true; # auto-cpufreq.enable = true;
thermald.enable = true; thermald.enable = true;
}; };
@@ -105,9 +107,7 @@
hardware = { hardware = {
bluetooth.enable = true; bluetooth.enable = true;
opengl = { graphics.enable = true;
enable = true;
};
pulseaudio.enable = true; pulseaudio.enable = true;
# System76 Devices # System76 Devices
@@ -117,9 +117,6 @@
# security.pam.services.swaylock = {}; # security.pam.services.swaylock = {};
security.pam.services.hyprlock = {}; security.pam.services.hyprlock = {};
# Enable sound.
sound.enable = true;
fonts.packages = with pkgs; [ fonts.packages = with pkgs; [
noto-fonts noto-fonts
noto-fonts-cjk noto-fonts-cjk
+4 -2
View File
@@ -41,10 +41,10 @@
firefox firefox
floorp floorp
genymotion genymotion
gnome.gnome-keyring gnome-keyring
gnome.gnome-sound-recorder gnome.gnome-sound-recorder
gnome.gvfs gnome.gvfs
gnome.nautilus nautilus
grim grim
grimblast grimblast
# gvfs # gvfs
@@ -67,6 +67,7 @@
signal-desktop signal-desktop
slstatus slstatus
swww swww
teams-for-linux
texliveFull texliveFull
thunderbird thunderbird
tree tree
@@ -213,6 +214,7 @@
set-github-var = "export GITHUB=$(sed -n 2p ~/documents/.git_keys)"; set-github-var = "export GITHUB=$(sed -n 2p ~/documents/.git_keys)";
set-gitlab-var = "export GITLAB=$(sed -n 4p ~/documents/.git_keys)"; set-gitlab-var = "export GITLAB=$(sed -n 4p ~/documents/.git_keys)";
work = "nix develop --impure"; work = "nix develop --impure";
build = "./build.sh";
}; };
}; };
emacs = { emacs = {