organized
This commit is contained in:
+1
-3
@@ -29,13 +29,11 @@
|
||||
packages = pkgs:
|
||||
with pkgs; [
|
||||
jellyfin-media-player
|
||||
usbutils
|
||||
pciutils
|
||||
delfin
|
||||
goverlay
|
||||
geekbench_6
|
||||
gparted
|
||||
ntfs3g
|
||||
todoist
|
||||
feishin
|
||||
discord
|
||||
xfce.thunar
|
||||
|
||||
@@ -21,20 +21,6 @@
|
||||
i18n.defaultLocale = "en_US.UTF-8";
|
||||
time.timeZone = "${myConfig.nixos.Timezone}";
|
||||
|
||||
environment.systemPackages = with pkgs; [
|
||||
heroic
|
||||
pavucontrol
|
||||
wl-clipboard
|
||||
delfin
|
||||
fcitx5
|
||||
protontricks
|
||||
fcitx5-mozc-ut
|
||||
kdePackages.fcitx5-configtool
|
||||
wget
|
||||
solaar
|
||||
dualsensectl
|
||||
];
|
||||
|
||||
console = {
|
||||
earlySetup = false;
|
||||
font = "${pkgs.terminus_font}/share/consolefonts/ter-132n.psf.gz";
|
||||
|
||||
@@ -0,0 +1,11 @@
|
||||
{pkgs, ...}: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
usbutils
|
||||
pciutils
|
||||
pavucontrol
|
||||
wget
|
||||
dualsensectl
|
||||
protontricks
|
||||
wl-clipboard
|
||||
];
|
||||
}
|
||||
@@ -1,5 +1,13 @@
|
||||
{
|
||||
{pkgs, ...}: {
|
||||
imports = [
|
||||
../../packages/firefox/home.nix
|
||||
];
|
||||
|
||||
home.packages = with pkgs; [
|
||||
heroic
|
||||
fcitx5
|
||||
fcitx5-mozc-ut
|
||||
kdePackages.fcitx5-configtool
|
||||
solaar
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user