recent changes
This commit is contained in:
parent
0ac99f97a0
commit
2c3a604bbd
@ -9,6 +9,7 @@
|
|||||||
./fonts.nix
|
./fonts.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
|
nix.settings.experimental-features = [ "nix-command" "flakes" ];
|
||||||
nixpkgs.config.allowUnfree = true;
|
nixpkgs.config.allowUnfree = true;
|
||||||
|
|
||||||
swapDevices = [
|
swapDevices = [
|
||||||
|
@ -8,6 +8,7 @@
|
|||||||
enable = true;
|
enable = true;
|
||||||
interactiveShellInit = ''
|
interactiveShellInit = ''
|
||||||
set fish_greeting
|
set fish_greeting
|
||||||
|
cat ~/.cache/wal/sequences
|
||||||
'';
|
'';
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
".." = "cd ..";
|
".." = "cd ..";
|
||||||
|
@ -31,6 +31,8 @@ in {
|
|||||||
lxqt.lxqt-policykit
|
lxqt.lxqt-policykit
|
||||||
stdenv.cc.cc.lib
|
stdenv.cc.cc.lib
|
||||||
|
|
||||||
|
pywal pywalfox-native
|
||||||
|
|
||||||
(python3.withPackages (py: with py; [
|
(python3.withPackages (py: with py; [
|
||||||
pywayland
|
pywayland
|
||||||
]))
|
]))
|
||||||
@ -45,7 +47,7 @@ in {
|
|||||||
starship
|
starship
|
||||||
firefox-beta-bin
|
firefox-beta-bin
|
||||||
thunderbird-bin
|
thunderbird-bin
|
||||||
fluffychat
|
element-desktop
|
||||||
libreoffice-qt6-fresh
|
libreoffice-qt6-fresh
|
||||||
gimp
|
gimp
|
||||||
vscodium git nodejs
|
vscodium git nodejs
|
||||||
|
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
{
|
{
|
||||||
imports = [ ./fish ];
|
imports = [ ./fish ];
|
||||||
|
|
||||||
|
programs.pywal.enable = true;
|
||||||
programs.ags = {
|
programs.ags = {
|
||||||
enable = true;
|
enable = true;
|
||||||
extraPackages = with inputs.ags.packages.${pkgs.system}; [
|
extraPackages = with inputs.ags.packages.${pkgs.system}; [
|
||||||
|
Loading…
x
Reference in New Issue
Block a user