Merge branch 'feature/migrate-to-snowfall' of https://github.com/chris-kruining/sneeuwvlok into feature/migrate-to-snowfall
This commit is contained in:
commit
963d52399e
2 changed files with 26 additions and 1 deletions
|
@ -12,6 +12,12 @@
|
||||||
polarity = "dark";
|
polarity = "dark";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
develop = {
|
||||||
|
rust.enable = true;
|
||||||
|
js.enable = true;
|
||||||
|
dotnet.enable = true;
|
||||||
|
};
|
||||||
|
|
||||||
desktop = {
|
desktop = {
|
||||||
plasma = {
|
plasma = {
|
||||||
enable = true;
|
enable = true;
|
||||||
|
@ -19,17 +25,27 @@
|
||||||
};
|
};
|
||||||
|
|
||||||
applications = {
|
applications = {
|
||||||
|
communication.enable = true;
|
||||||
|
email.enable = true;
|
||||||
|
office.enable = true;
|
||||||
steam.enable = true;
|
steam.enable = true;
|
||||||
|
recording.enable = true;
|
||||||
|
studio.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
terminal = {
|
terminal = {
|
||||||
default = "ghostty";
|
default = "ghostty";
|
||||||
|
alacritty.enable = true;
|
||||||
ghostty.enable = true;
|
ghostty.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
editors = {
|
editors = {
|
||||||
default = "nano";
|
default = "zed";
|
||||||
|
vscodium.enable = true;
|
||||||
|
zed.enable = true;
|
||||||
|
nvim.enable = true;
|
||||||
nano.enable = true;
|
nano.enable = true;
|
||||||
|
kate.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
browsers = {
|
browsers = {
|
||||||
|
@ -37,6 +53,10 @@
|
||||||
chrome.enable = true;
|
chrome.enable = true;
|
||||||
ladybird.enable = true;
|
ladybird.enable = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
games = {
|
||||||
|
minecraft.enable = true;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
shell = {
|
shell = {
|
||||||
|
|
|
@ -1,3 +1,8 @@
|
||||||
# Description
|
# Description
|
||||||
|
|
||||||
|
<<<<<<< HEAD
|
||||||
My steambox.
|
My steambox.
|
||||||
|
=======
|
||||||
|
My desktop, reasoning for the name being the following chain of thought:
|
||||||
|
**Manwe -> the king of the valar -> leader -> desktop is main machine**
|
||||||
|
>>>>>>> 72b0f6f8fad97a4ade1b54dfada26828a170febf
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue