upd
This commit is contained in:
@@ -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
@@ -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,4 +1,4 @@
|
||||
{ ... }: {
|
||||
{ pkgs, ... }: {
|
||||
environment.systemPackages = with pkgs; [
|
||||
astal.io
|
||||
astal.gjs
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user