mirror of
https://github.com/traxys/Nixfiles.git
synced 2026-03-31 09:27:25 +02:00
fmt
This commit is contained in:
parent
1bda7500ff
commit
2d6006fd8c
5 changed files with 15 additions and 15 deletions
|
|
@ -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}"
|
||||
];
|
||||
|
|
|
|||
|
|
@ -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
|
||||
];
|
||||
|
|
|
|||
2
home.nix
2
home.nix
|
|
@ -33,7 +33,7 @@ in
|
|||
cargo-flamegraph
|
||||
linuxPackages.perf
|
||||
unzip
|
||||
tokei
|
||||
tokei
|
||||
];
|
||||
|
||||
services = {
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
};
|
||||
|
||||
home.packages = with pkgs; [
|
||||
rustup
|
||||
cargo-edit
|
||||
rustup
|
||||
cargo-edit
|
||||
];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue