lkjdsalkdsalkj
This commit is contained in:
@@ -1,24 +1,10 @@
|
||||
# https://nix-community.github.io/home-manager/options.html
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
#nixpkgs.config.allowUnfree = true;
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
imports = [
|
||||
./profiles/bashrc.d
|
||||
#./profiles/sops.nix
|
||||
./profiles/bat.nix
|
||||
#./profiles/xdg-ninja.nix
|
||||
./profiles/git.nix
|
||||
./profiles/nix.nix
|
||||
./profiles/pueue.nix
|
||||
./minimal.nix
|
||||
./profiles/gtk.nix
|
||||
./profiles/micro.nix
|
||||
./profiles/ast-grep.nix
|
||||
./profiles/shell.nix
|
||||
./profiles/ssh.nix
|
||||
/* ./profiles/tmate.nix */
|
||||
./profiles/update-diff.nix
|
||||
./profiles/desktop/zed/remote.nix # lsps for remote zed development
|
||||
];
|
||||
|
||||
@@ -98,14 +84,6 @@
|
||||
]))
|
||||
];
|
||||
|
||||
# https://docs.astral.sh/uv/configuration/files/
|
||||
# https://docs.astral.sh/uv/reference/settings/
|
||||
xdg.configFile."uv/uv.toml".source = (pkgs.formats.toml { }).generate "uv-config" {
|
||||
python-downloads = "never";
|
||||
python-preference = "only-system";
|
||||
pip.index-url = "https://test.pypi.org/simple";
|
||||
};
|
||||
|
||||
xdg.configFile."ptpython/config.py" = {
|
||||
source = ./files/ptpython-config.py;
|
||||
force = true;
|
||||
@@ -129,8 +107,6 @@
|
||||
|
||||
};
|
||||
|
||||
home.enableNixpkgsReleaseCheck = true;
|
||||
|
||||
xdg.enable = true;
|
||||
#TODO: xdg.desktopEntries
|
||||
|
||||
|
||||
32
users/pbsds/home/minimal.nix
Normal file
32
users/pbsds/home/minimal.nix
Normal file
@@ -0,0 +1,32 @@
|
||||
# https://nix-community.github.io/home-manager/options.html
|
||||
{ pkgs, lib, config, ... }:
|
||||
{
|
||||
#nixpkgs.config.allowUnfree = true;
|
||||
home.stateVersion = "23.11";
|
||||
|
||||
imports = [
|
||||
./profiles/bashrc.d
|
||||
#./profiles/sops.nix
|
||||
./profiles/bat.nix
|
||||
#./profiles/xdg-ninja.nix
|
||||
./profiles/git.nix
|
||||
./profiles/nix.nix
|
||||
./profiles/pueue.nix
|
||||
./profiles/micro.nix
|
||||
./profiles/shell.nix
|
||||
./profiles/ssh.nix
|
||||
/* ./profiles/tmate.nix */
|
||||
./profiles/update-diff.nix
|
||||
];
|
||||
|
||||
# https://docs.astral.sh/uv/configuration/files/
|
||||
# https://docs.astral.sh/uv/reference/settings/
|
||||
xdg.configFile."uv/uv.toml".source = (pkgs.formats.toml { }).generate "uv-config" {
|
||||
python-downloads = "never";
|
||||
python-preference = "only-system";
|
||||
pip.index-url = "https://test.pypi.org/simple";
|
||||
};
|
||||
|
||||
home.enableNixpkgsReleaseCheck = true;
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user