conf
This commit is contained in:
parent
ef46210291
commit
c5224d9941
3 changed files with 19 additions and 15 deletions
26
flake.nix
26
flake.nix
|
|
@ -18,14 +18,14 @@
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
};
|
||||||
# stylix.url = "github:danth/stylix";
|
# stylix.url = "github:danth/stylix";
|
||||||
helix = {
|
# helix = {
|
||||||
url = "github:the-mikedavis/helix";
|
# url = "github:the-mikedavis/helix";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
# inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
# };
|
||||||
jujutsu = {
|
# jujutsu = {
|
||||||
url = "github:martinvonz/jj";
|
# url = "github:martinvonz/jj";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
# inputs.nixpkgs.follows = "nixpkgs";
|
||||||
};
|
# };
|
||||||
nixos-cosmic = {
|
nixos-cosmic = {
|
||||||
url = "github:lilyinstarlight/nixos-cosmic";
|
url = "github:lilyinstarlight/nixos-cosmic";
|
||||||
inputs.nixpkgs.follows = "nixpkgs";
|
inputs.nixpkgs.follows = "nixpkgs";
|
||||||
|
|
@ -37,11 +37,11 @@
|
||||||
nixConfig = {
|
nixConfig = {
|
||||||
extra-substituters = [
|
extra-substituters = [
|
||||||
"https://cosmic.cachix.org/"
|
"https://cosmic.cachix.org/"
|
||||||
"https://helix.cachix.org/"
|
# "https://helix.cachix.org/"
|
||||||
];
|
];
|
||||||
extra-trusted-public-keys = [
|
extra-trusted-public-keys = [
|
||||||
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
|
"cosmic.cachix.org-1:Dya9IyXD4xdBehWjrkPv6rtxpmMdRel02smYzA85dPE="
|
||||||
"helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
|
# "helix.cachix.org-1:ejp9KQpR1FBI2onstMQ34yogDm4OgU2ru6lIwPvuCVs="
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
@ -54,8 +54,8 @@
|
||||||
home-manager,
|
home-manager,
|
||||||
plasma-manager,
|
plasma-manager,
|
||||||
# stylix,
|
# stylix,
|
||||||
helix,
|
# helix,
|
||||||
jujutsu,
|
# jujutsu,
|
||||||
nixos-cosmic,
|
nixos-cosmic,
|
||||||
...
|
...
|
||||||
} @ inputs: {
|
} @ inputs: {
|
||||||
|
|
@ -94,7 +94,7 @@
|
||||||
./extras/dev.nix
|
./extras/dev.nix
|
||||||
./extras/gaming.nix
|
./extras/gaming.nix
|
||||||
nixos-cosmic.nixosModules.default
|
nixos-cosmic.nixosModules.default
|
||||||
# ./extras/cosmic.nix
|
./extras/cosmic.nix
|
||||||
];
|
];
|
||||||
};
|
};
|
||||||
NOmom = nixpkgs.lib.nixosSystem {
|
NOmom = nixpkgs.lib.nixosSystem {
|
||||||
|
|
|
||||||
|
|
@ -33,7 +33,7 @@
|
||||||
smart-tab.supersede-menu = false;
|
smart-tab.supersede-menu = false;
|
||||||
};
|
};
|
||||||
keys.insert = {
|
keys.insert = {
|
||||||
# C-space =
|
C-space = "completion";
|
||||||
};
|
};
|
||||||
keys.normal = {
|
keys.normal = {
|
||||||
k = "move_line_down";
|
k = "move_line_down";
|
||||||
|
|
|
||||||
|
|
@ -10,7 +10,7 @@ def bump [] {
|
||||||
};
|
};
|
||||||
|
|
||||||
def tse [exit_node] {
|
def tse [exit_node] {
|
||||||
tailscale set --exit-node="$exit_node"
|
tailscale set --exit-node=$exit_node
|
||||||
}
|
}
|
||||||
|
|
||||||
alias b = btm;
|
alias b = btm;
|
||||||
|
|
@ -33,4 +33,8 @@ def l [] {
|
||||||
ls | sort-by type
|
ls | sort-by type
|
||||||
}
|
}
|
||||||
|
|
||||||
|
def c [] {
|
||||||
|
cd; l;
|
||||||
|
}
|
||||||
|
|
||||||
task
|
task
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue