This commit is contained in:
Quentin Boyer 2022-02-06 21:38:03 +01:00
parent 1bda7500ff
commit 2d6006fd8c
5 changed files with 15 additions and 15 deletions

View file

@ -43,9 +43,9 @@
./graphical.nix
./extra_info.nix
./localinfo.nix
./wm
./rustdev.nix
./git
./wm
./rustdev.nix
./git
inputs.zsh-traxys.home-managerModule."${system}"
inputs.hm-nvim-traxys.home-managerModule."${system}"
];

View file

@ -2,31 +2,31 @@
{
home.packages = with pkgs; [
# Browser
# Browser
firefox-wayland
(tor-browser-bundle-bin.override {
useHardenedMalloc = false;
})
# IM
# IM
element-desktop
(discord.override { nss = pkgs.nss; })
signal-desktop
# Mail
# Mail
thunderbird-wayland
# Media
# Media
pavucontrol
vlc
spotify
# Misc progs
# Misc progs
bitwarden
libreoffice-fresh
# Misc utils
wl-clipboard
# Misc utils
wl-clipboard
xdg_utils
feh
];

View file

@ -33,7 +33,7 @@ in
cargo-flamegraph
linuxPackages.perf
unzip
tokei
tokei
];
services = {

View file

@ -23,8 +23,8 @@ in
'';
};
# boot.extraModulePackages = [ ashmem binder ];
# boot.kernelModules = [ "ashmem_linux" "binder_linux" ];
# boot.extraModulePackages = [ ashmem binder ];
# boot.kernelModules = [ "ashmem_linux" "binder_linux" ];
nixpkgs.config = {
allowUnfree = true;

View file

@ -6,7 +6,7 @@
};
home.packages = with pkgs; [
rustup
cargo-edit
rustup
cargo-edit
];
}