Compare commits

..

3 commits

Author SHA1 Message Date
Tao Tien
be0d65d998 remove vy cruft 2026-04-02 11:11:25 -07:00
Tao Tien
3e72b8c9b8 bump 2026-04-02 2026-04-02 11:11:25 -07:00
Tao Tien
42af95b6dc nushell refactoring 2026-04-02 11:11:25 -07:00
6 changed files with 8 additions and 33 deletions

View file

@ -73,7 +73,6 @@
./extras/gaming.nix
lsfg-vk-flake.nixosModules.default
./extras/folding.nix
./users/builder.nix
];
};
NOlaptop = nixpkgs.lib.nixosSystem {

View file

@ -86,7 +86,7 @@
boot.extraModprobeConfig = ''options snd-hda-intel model=dell-headset-multi'';
boot.kernelModules = ["kvm-intel"];
powerManagement.cpuFreqGovernor = "powersave";
# systemd.sleep.extraConfig = "HibernateDelaySec=180m";
systemd.sleep.extraConfig = "HibernateDelaySec=180m";
# boot.kernel.sysctl."net.ipv4.ip_forward" = "1";
# boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";

View file

@ -1,14 +0,0 @@
{
users.users.builder = {
isSystemUser = true;
group = "builder";
useDefaultShell = true;
openssh.authorizedKeys.keys = [
];
};
users.groups.builder = {};
nix.settings.trusted-users = ["builder"];
}

View file

@ -40,7 +40,7 @@ in {
source = ./nushell/extras;
recursive = true;
};
home.file.".local/share/nushell/completions" = {
home.file.".config/nushell/completions" = {
source = ./nushell/completions;
recursive = true;
};

View file

@ -10,9 +10,6 @@ use nix.nu *
use stuff.nu *
use tailscale.nu *
source completions-jj.nu
source completions-just.nu
# External completer example
# let carapace_completer = {|spans|
# carapace $spans.0 nushell ...$spans | from json

View file

@ -4,28 +4,21 @@
inputs,
config,
...
}: let
pkgs-last-building = inputs.nixpkgs-last-building.legacyPackages.${pkgs.system};
in {
users.users.vy.packages =
(with pkgs-last-building; [
oculante # https://nixpk.gs/pr-tracker.html?pr=502921
])
++ (with pkgs; [
}: {
users.users.vy.packages = with pkgs; [
oculante
rnote
audacity
cosmic-store
google-chrome
jellyfin-media-player
onlyoffice-desktopeditors
rnote
signal-desktop
signal-desktop
snapper
syncthingtray
toastify
yt-dlp
zoom-us
]);
toastify
];
programs.kdeconnect.enable = true;
fonts.packages = with pkgs; [