This commit is contained in:
biscuit
2025-05-14 16:14:20 -05:00
parent d33af4042e
commit c6aafcbcca
7 changed files with 14 additions and 1090 deletions
+2
View File
@@ -57,6 +57,7 @@
# List packages installed in system profile.
environment.systemPackages = with pkgs; [
wl-clipboard
vim # Default editor
wget
git
@@ -65,6 +66,7 @@
p7zip
gcc
astal.hyprland
btop
];
environment.sessionVariables = {
File diff suppressed because one or more lines are too long
+6
View File
@@ -18,6 +18,12 @@
# additional packages to add to gjs's runtime
extraPackages = with pkgs; [
inputs.ags.packages.${pkgs.system}.battery
inputs.ags.packages.${pkgs.system}.wireplumber
inputs.ags.packages.${pkgs.system}.hyprland
inputs.ags.packages.${pkgs.system}.mpris
inputs.ags.packages.${pkgs.system}.io
inputs.ags.packages.${pkgs.system}.network
inputs.ags.packages.${pkgs.system}.tray
fzf
];
};
+1 -1
View File
@@ -1,4 +1,4 @@
{ ... }: {
{ pkgs, ... }: {
environment.systemPackages = with pkgs; [
astal.io
astal.gjs
+2 -2
View File
@@ -5,8 +5,8 @@
# Autostart necessary processes (like notifications daemons, status bars, etc.)
# Or execute your favorite apps at launch like this:
$terminal = kitty
$bar = hyprpanel
$bar = ags run
exec-once = $terminal
exec-once = $bar
# exec-once = $bar
+2 -2
View File
@@ -15,8 +15,8 @@ in {
];
home.file.".config/nvim" = {
# BUG requires --impure
# source = /home/biscuit/Nixos/packages/nvim/nvchad;
source = nvimSource;
source = /home/biscuit/Nixos/packages/nvim/nvchad;
# source = nvimSource;
recursive = true;
force = true;
};
+1
View File
@@ -41,6 +41,7 @@
ll = "ls -l";
upd = "sudo nixos-rebuild switch --flake ~/Nixos/#biscuit";
hupd = "home-manager switch --flake ~/Nixos/#biscuit --impure";
agu = "pkill gjs & ags run ~/Nixos/packages/ags/custom/app.ts &";
};
history.size = 10000;
oh-my-zsh = {