This commit is contained in:
Tasia Iso 2024-06-06 15:50:43 +02:00
parent 53afe325f5
commit 14ed44f8fd
Signed by: tasiaiso
SSH key fingerprint: SHA256:KiRjUay5C9i6objsEOIycygBHn54pDBB3Lj7fyJ0Elw
9 changed files with 36 additions and 18 deletions

4
dotfiles/.bashrc Normal file
View file

@ -0,0 +1,4 @@
sh ~/.shellrc
eval "$(zoxide init bash)"
eval "$(fzf --bash)"

4
dotfiles/.zshrc Normal file
View file

@ -0,0 +1,4 @@
sh ~/.shellrc
eval "$(zoxide init zsh)"
source <(fzf --zsh)

View file

@ -67,6 +67,7 @@
# NixOS configuration entrypoint # NixOS configuration entrypoint
# Available through 'nixos-rebuild build --flake .#phoenix' # Available through 'nixos-rebuild build --flake .#phoenix'
# or nixos-rebuild switch --flake .#$(cat /etc/hostname)
nixosConfigurations = { nixosConfigurations = {
phoenix = stable.lib.nixosSystem { phoenix = stable.lib.nixosSystem {
system = "x86_64-linux"; system = "x86_64-linux";

View file

@ -19,9 +19,11 @@
home-manager.users.user = {pkgs, ...}: { home-manager.users.user = {pkgs, ...}: {
home.file = { home.file = {
".zshrc".source = ../../dotfiles/.shellrc; ".zshrc".source = ../../dotfiles/.zshrc;
".bashrc".source = ../../dotfiles/.shellrc; ".bashrc".source = ../../dotfiles/.bashrc;
".shellrc".source = ../../dotfiles/.shellrc;
".config/btop/btop.conf".source = ../../dotfiles/btop.conf;
# ".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg; # ".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg;
}; };

View file

@ -21,8 +21,11 @@
home-manager.users.user = {pkgs, ...}: { home-manager.users.user = {pkgs, ...}: {
home.file = { home.file = {
".zshrc".source = ../../dotfiles/.shellrc; ".zshrc".source = ../../dotfiles/.zshrc;
".bashrc".source = ../../dotfiles/.shellrc; ".bashrc".source = ../../dotfiles/.bashrc;
".shellrc".source = ../../dotfiles/.shellrc;
".config/btop/btop.conf".source = ../../dotfiles/btop.conf;
".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg; ".librewolf/librewolf.overrides.cfg".source = ../../dotfiles/librewolf.overrides.cfg;
}; };

View file

@ -23,8 +23,10 @@
home-manager.users.tasia = {pkgs, ...}: { home-manager.users.tasia = {pkgs, ...}: {
home = { home = {
file = { file = {
".zshrc".source = ../../dotfiles/.shellrc; ".zshrc".source = ../../dotfiles/.zshrc;
".bashrc".source = ../../dotfiles/.shellrc; ".bashrc".source = ../../dotfiles/.bashrc;
".shellrc".source = ../../dotfiles/.shellrc;
".config/btop/btop.conf".source = ../../dotfiles/btop.conf; ".config/btop/btop.conf".source = ../../dotfiles/btop.conf;
# ".gitconfig".source = ../../dotfiles/.gitconfig; # ".gitconfig".source = ../../dotfiles/.gitconfig;
@ -74,15 +76,19 @@
# home-manager # home-manager
lsof lsof
appimage-run appimage-run
zoxide
atool fzf
httpie # atool
cowsay # httpie
# cowsay
stress stress
lazygit lazygit
inxi
ssb-patchwork ssb-patchwork
xonotic xonotic
amfora
# dive
# android-tools # android-tools
# endless-sky # endless-sky
@ -95,9 +101,6 @@
# radicle-cli # radicle-cli
# opensnitch-ui # opensnitch-ui
# hurl https://github.com/Orange-OpenSource/hurl # hurl https://github.com/Orange-OpenSource/hurl
amfora
dive
inxi
# revolt-desktop # revolt-desktop
]; ];

View file

@ -21,8 +21,11 @@
home-manager.users.user = {pkgs, ...}: { home-manager.users.user = {pkgs, ...}: {
home.file = { home.file = {
".zshrc".source = ../../dotfiles/.shellrc; ".zshrc".source = ../../dotfiles/.zshrc;
".bashrc".source = ../../dotfiles/.shellrc; ".bashrc".source = ../../dotfiles/.bashrc;
".shellrc".source = ../../dotfiles/.shellrc;
".config/btop/btop.conf".source = ../../dotfiles/btop.conf;
}; };
home.packages = with pkgs; [ home.packages = with pkgs; [

View file

@ -24,7 +24,7 @@ in {
allowedTCPPorts = [ allowedTCPPorts = [
2342 2342
8080 # ? 8080 # ?
9000 9000
9002 9002
]; ];
}; };

View file

@ -22,7 +22,6 @@ in {
../../common/hardware/nvidia-gpu-offload.nix ../../common/hardware/nvidia-gpu-offload.nix
../../common/hardware/ssd.nix ../../common/hardware/ssd.nix
../../common/hardware/btrfs.nix ../../common/hardware/btrfs.nix
# ../../common/hardware/latest-kernel.nix
../../common/components/de/sddm.nix ../../common/components/de/sddm.nix
../../common/components/de/plasma6.nix ../../common/components/de/plasma6.nix
@ -92,7 +91,6 @@ in {
osu-lazer-bin osu-lazer-bin
prismlauncher prismlauncher
# inputs.nixos-conf-editor.packages.${system}.nixos-conf-editor # inputs.nixos-conf-editor.packages.${system}.nixos-conf-editor
# inputs.nix-software-center.packages.${system}.nix-software-center # inputs.nix-software-center.packages.${system}.nix-software-center
]; ];