switched from vscodium to vscode
This commit is contained in:
parent
df58ed2ed8
commit
4164d24d0c
4 changed files with 11 additions and 11 deletions
|
|
@ -7,7 +7,7 @@
|
||||||
stateVersion = "22.11";
|
stateVersion = "22.11";
|
||||||
packages = [
|
packages = [
|
||||||
pkgs.firefox
|
pkgs.firefox
|
||||||
pkgs.vscodium-fhs
|
pkgs.vscode-fhs
|
||||||
pkgs.alacritty
|
pkgs.alacritty
|
||||||
pkgs.starship
|
pkgs.starship
|
||||||
pkgs.diff-so-fancy
|
pkgs.diff-so-fancy
|
||||||
|
|
@ -16,6 +16,12 @@
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
programs = {
|
programs = {
|
||||||
|
#TODO: https://mipmip.github.io/home-manager-option-search/ add options
|
||||||
|
vscode = {
|
||||||
|
enable = true;
|
||||||
|
enableExtensionUpdateCheck = true;
|
||||||
|
enableUpdateCheck = false;
|
||||||
|
};
|
||||||
#Generate and add configs for this
|
#Generate and add configs for this
|
||||||
nushell = {
|
nushell = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
|
@ -52,4 +58,4 @@
|
||||||
# lfs.enable = true;
|
# lfs.enable = true;
|
||||||
#};
|
#};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
|
|
@ -45,8 +45,7 @@
|
||||||
# still possible to use this option, but it's recommended to use it in conjunction
|
# still possible to use this option, but it's recommended to use it in conjunction
|
||||||
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
|
# with explicit per-interface declarations with `networking.interfaces.<interface>.useDHCP`.
|
||||||
networking.useDHCP = lib.mkDefault true;
|
networking.useDHCP = lib.mkDefault true;
|
||||||
networking.hostName = "creatorforge";
|
|
||||||
|
|
||||||
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
powerManagement.cpuFreqGovernor = lib.mkDefault "powersave";
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
@ -1,4 +0,0 @@
|
||||||
{ config, pkgs, lib, ... }:
|
|
||||||
{
|
|
||||||
|
|
||||||
}
|
|
||||||
|
|
@ -22,8 +22,7 @@
|
||||||
};
|
};
|
||||||
outputs = { self, home-manager, nixos-generators, nixos-hardware, disko, nixpkgs, ... }@inputs:
|
outputs = { self, home-manager, nixos-generators, nixos-hardware, disko, nixpkgs, ... }@inputs:
|
||||||
{
|
{
|
||||||
defaultPackage.x86_64-linux = home-manager.defaultPackage.x86_64-linux;
|
defaultPackage.x86_64-linux = home-manager.defaultPackage.x86_64-linux;
|
||||||
|
|
||||||
proxmox = nixos-generators.nixosGenerate {
|
proxmox = nixos-generators.nixosGenerate {
|
||||||
system = "x86_64-linux";
|
system = "x86_64-linux";
|
||||||
modules = [
|
modules = [
|
||||||
|
|
@ -51,7 +50,7 @@
|
||||||
};
|
};
|
||||||
homeConfigurations = {
|
homeConfigurations = {
|
||||||
speccon18 = home-manager.lib.homeManagerConfiguration {
|
speccon18 = home-manager.lib.homeManagerConfiguration {
|
||||||
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
pkgs = nixpkgs.legacyPackages.x86_64-linux;
|
||||||
modules = [ ./.hm-modules/home-manager.nix];
|
modules = [ ./.hm-modules/home-manager.nix];
|
||||||
# username = "speccon18";
|
# username = "speccon18";
|
||||||
# homeDirectory = "/home/speccon18";
|
# homeDirectory = "/home/speccon18";
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue