Compare commits
3 commits
efd326da7f
...
be0d65d998
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
be0d65d998 | ||
|
|
3e72b8c9b8 | ||
|
|
42af95b6dc |
6 changed files with 8 additions and 33 deletions
|
|
@ -73,7 +73,6 @@
|
||||||
./extras/gaming.nix
|
./extras/gaming.nix
|
||||||
lsfg-vk-flake.nixosModules.default
|
lsfg-vk-flake.nixosModules.default
|
||||||
./extras/folding.nix
|
./extras/folding.nix
|
||||||
./users/builder.nix
|
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
NOlaptop = nixpkgs.lib.nixosSystem {
|
NOlaptop = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
|
|
@ -86,7 +86,7 @@
|
||||||
boot.extraModprobeConfig = ''options snd-hda-intel model=dell-headset-multi'';
|
boot.extraModprobeConfig = ''options snd-hda-intel model=dell-headset-multi'';
|
||||||
boot.kernelModules = ["kvm-intel"];
|
boot.kernelModules = ["kvm-intel"];
|
||||||
powerManagement.cpuFreqGovernor = "powersave";
|
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.ipv4.ip_forward" = "1";
|
||||||
# boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";
|
# boot.kernel.sysctl."net.ipv6.conf.all.forwarding" = "1";
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,14 +0,0 @@
|
||||||
{
|
|
||||||
users.users.builder = {
|
|
||||||
isSystemUser = true;
|
|
||||||
group = "builder";
|
|
||||||
useDefaultShell = true;
|
|
||||||
|
|
||||||
openssh.authorizedKeys.keys = [
|
|
||||||
];
|
|
||||||
};
|
|
||||||
|
|
||||||
users.groups.builder = {};
|
|
||||||
|
|
||||||
nix.settings.trusted-users = ["builder"];
|
|
||||||
}
|
|
||||||
|
|
@ -40,7 +40,7 @@ in {
|
||||||
source = ./nushell/extras;
|
source = ./nushell/extras;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
home.file.".local/share/nushell/completions" = {
|
home.file.".config/nushell/completions" = {
|
||||||
source = ./nushell/completions;
|
source = ./nushell/completions;
|
||||||
recursive = true;
|
recursive = true;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
|
|
@ -10,9 +10,6 @@ use nix.nu *
|
||||||
use stuff.nu *
|
use stuff.nu *
|
||||||
use tailscale.nu *
|
use tailscale.nu *
|
||||||
|
|
||||||
source completions-jj.nu
|
|
||||||
source completions-just.nu
|
|
||||||
|
|
||||||
# External completer example
|
# External completer example
|
||||||
# let carapace_completer = {|spans|
|
# let carapace_completer = {|spans|
|
||||||
# carapace $spans.0 nushell ...$spans | from json
|
# carapace $spans.0 nushell ...$spans | from json
|
||||||
|
|
|
||||||
19
users/vy.nix
19
users/vy.nix
|
|
@ -4,28 +4,21 @@
|
||||||
inputs,
|
inputs,
|
||||||
config,
|
config,
|
||||||
...
|
...
|
||||||
}: let
|
}: {
|
||||||
pkgs-last-building = inputs.nixpkgs-last-building.legacyPackages.${pkgs.system};
|
users.users.vy.packages = with pkgs; [
|
||||||
in {
|
oculante
|
||||||
users.users.vy.packages =
|
rnote
|
||||||
(with pkgs-last-building; [
|
|
||||||
oculante # https://nixpk.gs/pr-tracker.html?pr=502921
|
|
||||||
])
|
|
||||||
++ (with pkgs; [
|
|
||||||
audacity
|
audacity
|
||||||
cosmic-store
|
cosmic-store
|
||||||
google-chrome
|
|
||||||
jellyfin-media-player
|
jellyfin-media-player
|
||||||
onlyoffice-desktopeditors
|
onlyoffice-desktopeditors
|
||||||
rnote
|
|
||||||
signal-desktop
|
|
||||||
signal-desktop
|
signal-desktop
|
||||||
snapper
|
snapper
|
||||||
syncthingtray
|
syncthingtray
|
||||||
toastify
|
|
||||||
yt-dlp
|
yt-dlp
|
||||||
zoom-us
|
zoom-us
|
||||||
]);
|
toastify
|
||||||
|
];
|
||||||
programs.kdeconnect.enable = true;
|
programs.kdeconnect.enable = true;
|
||||||
|
|
||||||
fonts.packages = with pkgs; [
|
fonts.packages = with pkgs; [
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue