upd
This commit is contained in:
@@ -57,6 +57,7 @@
|
|||||||
|
|
||||||
# List packages installed in system profile.
|
# List packages installed in system profile.
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
|
wl-clipboard
|
||||||
vim # Default editor
|
vim # Default editor
|
||||||
wget
|
wget
|
||||||
git
|
git
|
||||||
@@ -65,6 +66,7 @@
|
|||||||
p7zip
|
p7zip
|
||||||
gcc
|
gcc
|
||||||
astal.hyprland
|
astal.hyprland
|
||||||
|
btop
|
||||||
];
|
];
|
||||||
|
|
||||||
environment.sessionVariables = {
|
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
|
# additional packages to add to gjs's runtime
|
||||||
extraPackages = with pkgs; [
|
extraPackages = with pkgs; [
|
||||||
inputs.ags.packages.${pkgs.system}.battery
|
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
|
fzf
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -1,4 +1,4 @@
|
|||||||
{ ... }: {
|
{ pkgs, ... }: {
|
||||||
environment.systemPackages = with pkgs; [
|
environment.systemPackages = with pkgs; [
|
||||||
astal.io
|
astal.io
|
||||||
astal.gjs
|
astal.gjs
|
||||||
|
|||||||
@@ -5,8 +5,8 @@
|
|||||||
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
# Autostart necessary processes (like notifications daemons, status bars, etc.)
|
||||||
# Or execute your favorite apps at launch like this:
|
# Or execute your favorite apps at launch like this:
|
||||||
$terminal = kitty
|
$terminal = kitty
|
||||||
$bar = hyprpanel
|
$bar = ags run
|
||||||
|
|
||||||
exec-once = $terminal
|
exec-once = $terminal
|
||||||
exec-once = $bar
|
# exec-once = $bar
|
||||||
|
|
||||||
|
|||||||
@@ -15,8 +15,8 @@ in {
|
|||||||
];
|
];
|
||||||
home.file.".config/nvim" = {
|
home.file.".config/nvim" = {
|
||||||
# BUG requires --impure
|
# BUG requires --impure
|
||||||
# source = /home/biscuit/Nixos/packages/nvim/nvchad;
|
source = /home/biscuit/Nixos/packages/nvim/nvchad;
|
||||||
source = nvimSource;
|
# source = nvimSource;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
force = true;
|
force = true;
|
||||||
};
|
};
|
||||||
|
|||||||
@@ -41,6 +41,7 @@
|
|||||||
ll = "ls -l";
|
ll = "ls -l";
|
||||||
upd = "sudo nixos-rebuild switch --flake ~/Nixos/#biscuit";
|
upd = "sudo nixos-rebuild switch --flake ~/Nixos/#biscuit";
|
||||||
hupd = "home-manager switch --flake ~/Nixos/#biscuit --impure";
|
hupd = "home-manager switch --flake ~/Nixos/#biscuit --impure";
|
||||||
|
agu = "pkill gjs & ags run ~/Nixos/packages/ags/custom/app.ts &";
|
||||||
};
|
};
|
||||||
history.size = 10000;
|
history.size = 10000;
|
||||||
oh-my-zsh = {
|
oh-my-zsh = {
|
||||||
|
|||||||
Reference in New Issue
Block a user